UNPKG

num-tofixed

Version:

toFixed with Math.round,fixed the bug of original toFixed function

20 lines (18 loc) 317 B
module.exports = { root: true, env: { browser: true, node: true, amd: true }, globals: { 'JSON': true }, parserOptions: { ecmaVersion: 7, sourceType: 'module' }, rules:{ // 如果项目有特殊需求,可在此覆盖 } };