Skip to content

Commit

Permalink
Update parserOptions section in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 22, 2023
1 parent 69c0d43 commit 4cc688a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ env:
node: true
es2022: true
parserOptions:
sourceType: module
project: ./tsconfig.json
ecmaFeatures:
jsx: true
project: true
rules:
no-mixed-operators: error
react-hooks/rules-of-hooks: error
Expand Down

0 comments on commit 4cc688a

Please sign in to comment.