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 57937e5 commit 2b903bfCopy full SHA for 2b903bf
tools/.eslintrc.yaml
@@ -0,0 +1,4 @@
1
+rules:
2
+ # Variables
3
+ # http://eslint.org/docs/rules/#variables
4
+ no-unused-vars: [error, { args: 'after-used' }]
0 commit comments