Skip to content

Commit

Permalink
Update eslint for React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ng-d committed Apr 18, 2023
1 parent 01dc336 commit 06dcdd6
Show file tree
Hide file tree
Showing 3 changed files with 945 additions and 206 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"overrides": [
Expand All @@ -21,5 +22,11 @@
],
"rules": {
"@typescript-eslint/no-explicit-any": ["off"]
},
"root": true,
"settings" : {
"react": {
"version": "detect"
}
}
}
Loading

0 comments on commit 06dcdd6

Please sign in to comment.