Skip to content

Commit

Permalink
fix(eslint): can't apply fixes due to lacking react version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mistical2008 committed Apr 1, 2022
1 parent adf2d9c commit e5ca124
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ module.exports = {
],
parser: '@typescript-eslint/parser',
settings: {
react: {
version: 'detect',
},
'import/resolver': {
typescript: {
alwaysTryTypes: true,
Expand Down

0 comments on commit e5ca124

Please sign in to comment.