Skip to content

Commit

Permalink
remove no-loss-of-precision since it works not as expected in some …
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 24, 2022
1 parent b3e4874 commit 5a6465c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Expand Up @@ -63,8 +63,6 @@ const base = {
'no-func-assign': ERROR,
// disallow irregular whitespace outside of strings and comments
'no-irregular-whitespace': ERROR,
// disallow literal numbers that lose precision
// 'no-loss-of-precision': ERROR, // TODO
// disallow the use of object properties of the global object (Math and JSON) as functions
'no-obj-calls': ERROR,
// disallow use of Object.prototypes builtins directly
Expand Down

0 comments on commit 5a6465c

Please sign in to comment.