Skip to content

Commit 4ac5902

Browse files
committed
disable eslint rule re: loss of number precision
1 parent 1ed833d commit 4ac5902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"import/no-anonymous-default-export": 1,
1616
"import/no-unused-modules": 1,
1717
"no-const-assign": 1,
18+
"no-loss-of-precision": 0,
1819
"no-mixed-spaces-and-tabs": 0,
1920
"no-this-before-super": 1,
2021
"no-undef": 2,

0 commit comments

Comments
 (0)