Skip to content

Commit

Permalink
v3(ref): update eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiiRochi committed Nov 8, 2023
1 parent ae85386 commit bf76abb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended"
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand All @@ -21,5 +21,10 @@
"@typescript-eslint"
],
"rules": {
},
"settings": {
"react": {
"version": "detect"
}
}
}

0 comments on commit bf76abb

Please sign in to comment.