Skip to content

Commit

Permalink
fix(react): set react version setting to "detect" (#30)
Browse files Browse the repository at this point in the history
* feat: provide initial react eslint config

* docs: add README for react config

* fix: update package.json

* fix(#27): set react version setting to "detect"

Co-authored-by: Ulf Gerking <[email protected]>
Co-authored-by: Intervention128 <[email protected]>
  • Loading branch information
3 people authored Nov 23, 2022
1 parent e1865cb commit f6a3457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
],
settings: {
react: {
version: 'latest',
version: 'detect',
},
},
overrides: [
Expand Down

0 comments on commit f6a3457

Please sign in to comment.