We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b150c commit ef5e9efCopy full SHA for ef5e9ef
.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