Skip to content

Commit

Permalink
Fix configuration to address missing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Feb 2, 2021
1 parent 7bcdda3 commit 1841455
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ module.exports = {
project: './tsconfig.json',
},
extends: ['react-app', 'plugin:jsx-a11y/recommended'],
plugins: ['@typescript-eslint', 'cypress', 'jsx-a11y', 'unicorn'],
plugins: [
'@typescript-eslint',
'cypress',
'import',
'jsx-a11y',
'react',
'react-hooks',
'unicorn',
],
env: {
'cypress/globals': true,
},
Expand Down

0 comments on commit 1841455

Please sign in to comment.