Skip to content

Commit 5a6465c

Browse files
committed
remove no-loss-of-precision since it works not as expected in some cases
eslint/eslint#15767
1 parent b3e4874 commit 5a6465c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ const base = {
6363
'no-func-assign': ERROR,
6464
// disallow irregular whitespace outside of strings and comments
6565
'no-irregular-whitespace': ERROR,
66-
// disallow literal numbers that lose precision
67-
// 'no-loss-of-precision': ERROR, // TODO
6866
// disallow the use of object properties of the global object (Math and JSON) as functions
6967
'no-obj-calls': ERROR,
7068
// disallow use of Object.prototypes builtins directly

0 commit comments

Comments
 (0)