We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52adf0d commit b7b37f4Copy full SHA for b7b37f4
.eslintrc.js
@@ -8,4 +8,8 @@ module.exports = {
8
'eslint:recommended',
9
'plugin:@typescript-eslint/recommended',
10
],
11
+ "rules": {
12
+ "no-loss-of-precision": "off",
13
+ "@typescript-eslint/no-loss-of-precision": ["off"]
14
+ },
15
};
0 commit comments