Skip to content

Commit

Permalink
add settings to eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Oct 5, 2023
1 parent eab916c commit 862e408
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FrontEnd/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"jsx": true
}
},
"settings": {
"react": {
"version": "detect"
}
},
"plugins": ["react", "react-hooks"],
"rules": {
"react/react-in-jsx-scope": "off",
Expand Down

0 comments on commit 862e408

Please sign in to comment.