File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ module.exports = {
91
91
'no-shadow-restricted-names' : 'error' ,
92
92
'no-undef' : 'error' , // default
93
93
'no-undef-init' : 'error' ,
94
- 'no-undefined' : 'error' ,
94
+ 'no-undefined' : 'off' , // https://github.com/htmlacademy/eslint-config-htmlacademy/issues/36
95
95
96
96
// Node.js and CommonJS
97
97
// http://eslint.org/docs/rules/#nodejs-and-commonjs
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ module.exports = {
20
20
21
21
'object-shorthand' : [ `error` , `always` , { 'avoidQuotes' : true } ] ,
22
22
23
- 'no-undefined' : 'off' , // https://github.com/htmlacademy/eslint-config-htmlacademy/issues/36
24
-
25
23
'quotes' : [ `error` , `backtick` ] // https://github.com/htmlacademy/eslint-config-htmlacademy/issues/4
26
24
}
27
25
} ;
You can’t perform that action at this time.
0 commit comments