We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c3167 commit 4856a54Copy full SHA for 4856a54
1 file changed
eslint/.eslintrc.js
@@ -26,8 +26,8 @@ module.exports = {
26
"error",
27
"always"
28
],
29
- "no-undef": "off",
30
- "no-unused-vars": "off",
+ "no-undef": "error",
+ "no-unused-vars": "error",
31
"space-before-blocks": ["error", "always"],
32
"space-before-function-paren": ["error", {
33
"anonymous": "never", // function() {}
0 commit comments