Skip to content

Commit

Permalink
ESCONF-42: Turn off import/prefer-default-export. (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Melnyshyn authored May 28, 2024
1 parent d6df686 commit b34e314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 7.2.0 IN PROGRESS

* 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)
[Full Changelog](https://github.com/folio-org/eslint-config-stripes/compare/v7.0.0...v7.1.0)

Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
"peerDependencies": true
}],
"import/no-unresolved": ["error", { "ignore": ["react", "react-dom", "stripes-config"] } ],
"import/prefer-default-export": "off",
"jsx-a11y/anchor-is-valid": ["error", {
"components": ["Link"],
"specialLink": ["to"]
Expand Down

0 comments on commit b34e314

Please sign in to comment.