We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1958386 commit e47c6a6Copy full SHA for e47c6a6
index.js
@@ -41,6 +41,7 @@ module.exports = {
41
"no-comma-dangle": "off",
42
"no-extra-parens": "off",
43
"no-extra-semi": "off",
44
+ "no-floating-decimal": "off",
45
"no-mixed-spaces-and-tabs": "off",
46
"no-multi-spaces": "off",
47
"no-multiple-empty-lines": "off",
0 commit comments