Skip to content

Commit 066753f

Browse files
committed
fix: eslint
1 parent 53ecad1 commit 066753f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataconnect/app/.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
extends: [
55
'eslint:recommended',
66
'plugin:@typescript-eslint/recommended',
7-
'plugin:react-hooks/recommended',
87
],
98
ignorePatterns: ['dist', '.eslintrc.cjs'],
109
parser: '@typescript-eslint/parser',
@@ -14,6 +13,7 @@ module.exports = {
1413
'warn',
1514
{ allowConstantExport: true },
1615
],
16+
"react-hooks/rules-of-hooks": "error",
1717
"react-hooks/exhaustive-deps": "warn"
1818
},
1919
}

0 commit comments

Comments
 (0)