Skip to content

Commit 8640003

Browse files
committed
no-undef
1 parent 8fd10bc commit 8640003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default typescript.config(
5252
'no-multi-spaces': 'error',
5353
'no-multiple-empty-lines': ['error', { max: 1, maxEOF: 0 }],
5454
'no-trailing-spaces': 'error',
55-
// 'no-undef': 'error',
55+
'no-undef': 'error',
5656
'no-unused-vars': 'off',
5757
'no-useless-concat': 'error',
5858
'no-useless-rename': 'error',

0 commit comments

Comments
 (0)