Skip to content

Commit

Permalink
Add react setting
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Oct 22, 2024
1 parent 50e2c6d commit b5f0eeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export default tsEslint.config(
},
rules: {
semi: [2, 'never']
},
settings: {
react: {
version: 'detect'
}
}
},
{
Expand Down

0 comments on commit b5f0eeb

Please sign in to comment.