Skip to content

Commit

Permalink
Set ESlint React version setting to detect
Browse files Browse the repository at this point in the history
  • Loading branch information
alb3rtino committed Jun 17, 2024
1 parent b34e314 commit e81b3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 7.2.0 IN PROGRESS

* Set ESlint React version setting to `detect`. Refs ESCONF-43.
* Turn off `import/prefer-default-export`. Refs ESCONF-42.

## [7.1.0](https://github.com/folio-org/eslint-config-stripes/tree/v7.1.0) (2024-03-13)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
"webpack": {}
},
"react": {
"version": "16.3.0"
"version": "detect"
},
},
"env": {
Expand Down

0 comments on commit e81b3ab

Please sign in to comment.