Skip to content

Commit

Permalink
feat: remove eslint-jest-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 1, 2020
1 parent 74b5606 commit be649e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/.eslintrc.js
Expand Up @@ -6,7 +6,7 @@ const config = {
},
root: true,
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'import', 'jsx-a11y', 'jest', 'react-hooks'],
plugins: ['@typescript-eslint', 'import', 'jsx-a11y', 'react-hooks'],
extends: [
'eslint:recommended',
'plugin:react/recommended',
Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -28,7 +28,6 @@
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
Expand All @@ -42,7 +41,6 @@
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
Expand Down

0 comments on commit be649e2

Please sign in to comment.