We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14764c commit faa15fbCopy full SHA for faa15fb
.eslintrc
@@ -13,6 +13,7 @@
13
"message": "Use String#slice instead."
14
}],
15
"max-len": [1, 120, 2],
16
- "spaced-comment": "off"
+ "spaced-comment": "off",
17
+ "radix": ["error", "always"]
18
}
19
0 commit comments