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.
2 parents 79bce5f + c95af97 commit b72b00dCopy full SHA for b72b00d
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