Skip to content

Commit 8dfc264

Browse files
committed
refactor(prettier): Set no-undefined to warn
1 parent d25ff40 commit 8dfc264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838

3939
// disallow the use of undefined as an identifier
4040
// http://eslint.org/docs/rules/no-undefined
41-
'no-undefined': 'error',
41+
'no-undefined': 'warn',
4242

4343
// disallow unused variables
4444
// http://eslint.org/docs/rules/no-unused-vars

0 commit comments

Comments
 (0)