UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 216 B
module.exports = { rules: { /** * 表示小数时,禁止省略 0,比如 .5 * @category Best Practices * @fixable */ 'no-floating-decimal': 'error' } };