Skip to content

Commit

Permalink
🩹 (codestyle) +jest to plugins for eslint.react [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Aug 9, 2021
1 parent 7c82c25 commit f2292eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/codestyle/.eslintrc.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
{
files: ['**/*.ts?(x)'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'import'],
plugins: ['@typescript-eslint', 'import', 'jest'],
parserOptions: {
ecmaFeatures: {
jsx: true,
Expand Down Expand Up @@ -52,7 +52,7 @@ module.exports = {
},
requireConfigFile: false,
},
plugins: ['import', 'jsx-a11y', 'react-hooks'],
plugins: ['import', 'jsx-a11y', 'react-hooks', 'jest'],
settings: {
react: {
version: 'detect',
Expand Down

0 comments on commit f2292eb

Please sign in to comment.