Skip to content

Commit d6fb38c

Browse files
committed
fix: fix eslint config
1 parent 1316073 commit d6fb38c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.eslintrc.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ module.exports = {
3838
'react-hooks/rules-of-hooks': 'error',
3939
'react-hooks/exhaustive-deps': 'warn',
4040
strict: 'error',
41-
'check-constructor': false,
42-
'no-comma-dangle': false,
43-
'no-empty-interface': false,
41+
'check-constructor': [0],
42+
'no-comma-dangle': [0],
43+
'no-empty-interface': [0],
4444
'no-unused-vars': [0],
4545
'prettier/prettier': [
4646
'error',

0 commit comments

Comments
 (0)