Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 1, 2020
1 parent 5eda24e commit 219934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/.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

0 comments on commit 219934b

Please sign in to comment.