Skip to content

Commit e47c6a6

Browse files
committed
Turn off no-floating-decimal
1 parent 1958386 commit e47c6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
"no-comma-dangle": "off",
4242
"no-extra-parens": "off",
4343
"no-extra-semi": "off",
44+
"no-floating-decimal": "off",
4445
"no-mixed-spaces-and-tabs": "off",
4546
"no-multi-spaces": "off",
4647
"no-multiple-empty-lines": "off",

0 commit comments

Comments
 (0)