Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c95af97

Browse files
committed
Add no-undef
Fixes airbnb#454 Fixes airbnb#473
1 parent 79bce5f commit c95af97

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-airbnb/base

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb/base/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module.exports = {
4040
*/
4141
'no-shadow': 2, // http://eslint.org/docs/rules/no-shadow
4242
'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
4344
'no-unused-vars': [2, { // http://eslint.org/docs/rules/no-unused-vars
4445
'vars': 'local',
4546
'args': 'after-used'

0 commit comments

Comments
 (0)