Skip to content

Commit 77e6f9c

Browse files
committed
fixes #36
1 parent 7dae493 commit 77e6f9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

es6.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ module.exports = {
2020

2121
'object-shorthand': [`error`, `always`, {'avoidQuotes': true}],
2222

23+
'no-undefined': 'off', // https://github.com/htmlacademy/eslint-config-htmlacademy/issues/36
24+
2325
'quotes': [`error`, `backtick`] // https://github.com/htmlacademy/eslint-config-htmlacademy/issues/4
2426
}
2527
};

0 commit comments

Comments
 (0)