Appearance
禁止使用会丢失精度的数字字面量
兼容eslint-core的规则
关闭原始规则,启用ts的规则
const foo = 9007199254740993;
const foo = BigInt(9007199254740993);