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 1c95444 commit 31b6580Copy full SHA for 31b6580
.eslintrc
@@ -84,6 +84,8 @@ rules:
84
# list: https://github.com/eslint/eslint/tree/master/docs/rules#variables
85
## disallow use of undefined variables (globals)
86
no-undef: 2
87
+ ## disallow declaration of variables that are not used in the code
88
+ no-unused-vars: [2, {"args": "none"}]
89
90
# Custom rules in tools/eslint-rules
91
require-buffer: 2
0 commit comments