UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 142 B
module.exports = { rules: { /** * 禁止使用超出 js 精度范围的数字 */ 'no-loss-of-precision': 'error', }, };