Skip to content

Commit 03e6e52

Browse files
committedJun 30, 2021
Added no-undef to eslint
1 parent 00d76e5 commit 03e6e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.eslintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ rules: {
1010
no-prototype-builtins: 'off',
1111
no-console: 'off',
1212
no-undefined: 'off',
13+
no-undef: 'off',
1314
}

0 commit comments

Comments
 (0)
Please sign in to comment.