8000
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 f183770 commit 69fef19Copy full SHA for 69fef19
.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