Merge "Disable no-undefined"
This commit is contained in:
commit
03e6043554
@ -461,7 +461,7 @@ rules:
|
|||||||
|
|
||||||
# Disallow use of undefined variable
|
# Disallow use of undefined variable
|
||||||
# http://eslint.org/docs/rules/no-undefined
|
# http://eslint.org/docs/rules/no-undefined
|
||||||
no-undefined: 2
|
no-undefined: 0
|
||||||
|
|
||||||
# Disallow declaration of variables that are not used in the code
|
# Disallow declaration of variables that are not used in the code
|
||||||
# http://eslint.org/docs/rules/no-unused-vars
|
# http://eslint.org/docs/rules/no-unused-vars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user