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 79bce5f commit c95af97Copy full SHA for c95af97
packages/eslint-config-airbnb/base/index.js
@@ -40,6 +40,7 @@ module.exports = {
40
*/
41
'no-shadow': 2, // http://eslint.org/docs/rules/no-shadow
42
'no-shadow-restricted-names': 2, // http://eslint.org/docs/rules/no-shadow-restricted-names
43
+ 'no-undef': 2, // http://eslint.org/docs/rules/no-undef
44
'no-unused-vars': [2, { // http://eslint.org/docs/rules/no-unused-vars
45
'vars': 'local',
46
'args': 'after-used'
0 commit comments