Skip to content

Commit

Permalink
chore: add eslint-plugin-react version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Dec 25, 2023
1 parent 85f14c5 commit 207ec9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ module.exports = {
ecmaVersion: 'latest',
sourceType: 'module',
},
settings: {
react: {
version: '18',
},
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
Expand Down

0 comments on commit 207ec9f

Please sign in to comment.