Skip to content

Commit

Permalink
fix(config): add missing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Dec 5, 2022
1 parent 7395ee9 commit d27a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"version": "detect"
}
},
"plugins": ["react", "react-hooks", "@typescript-eslint"],
"plugins": ["react", "react-hooks", "@typescript-eslint", "jest"],
"rules": {
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/array-type": "error",
Expand Down

0 comments on commit d27a685

Please sign in to comment.