Skip to content

Commit

Permalink
Configure no-loss-of-precision
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Mar 12, 2021
1 parent 78584d0 commit 34d9f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -29,6 +29,7 @@ const possibleErrors = {
"no-inner-declarations": ["error", "functions"],
"no-invalid-regexp": "error",
"no-irregular-whitespace": "error",
"no-loss-of-precision": "error",
"no-misleading-character-class": "error",
"no-obj-calls": "error",
// sinon has this solution: https://github.com/sinonjs/commons/tree/master/lib/prototypes
Expand Down

0 comments on commit 34d9f29

Please sign in to comment.