Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change history for eslint-config-stripes

## 7.2.0 IN PROGRESS
## 8.0.0 IN PROGRESS

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

## [7.1.0](https://github.com/folio-org/eslint-config-stripes/tree/v7.1.0) (2024-03-13)
[Full Changelog](https://github.com/folio-org/eslint-config-stripes/compare/v7.0.0...v7.1.0)
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/eslint-config-stripes",
"version": "7.2.0",
"version": "8.0.0",
"description": "The shared eslint configuration for stripes applications and extensions",
"main": "index.js",
"repository": "https://github.com/folio-org/eslint-config-stripes",
Expand Down