Skip to content

Commit d27a685

Browse files
fix(config): add missing plugin
1 parent 7395ee9 commit d27a685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"version": "detect"
3333
}
3434
},
35-
"plugins": ["react", "react-hooks", "@typescript-eslint"],
35+
"plugins": ["react", "react-hooks", "@typescript-eslint", "jest"],
3636
"rules": {
3737
"@typescript-eslint/adjacent-overload-signatures": "error",
3838
"@typescript-eslint/array-type": "error",

0 commit comments

Comments
 (0)