Skip to content

Commit

Permalink
Merge pull request #41 from Boehringer-Ingelheim/next
Browse files Browse the repository at this point in the history
release
  • Loading branch information
SimonGolms authored May 13, 2024
2 parents 6735309 + 2f0a3e6 commit 518f1b8
Show file tree
Hide file tree
Showing 6 changed files with 532 additions and 621 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
name: Release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org/
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [5.0.0-next.3](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v5.0.0-next.2...v5.0.0-next.3) (2024-04-25)


### Features

* **perfectionist:** adapt the rule configuration to sort-intersection-types ([f2a2f94](https://github.com/Boehringer-Ingelheim/eslint-config/commit/f2a2f9468759b12029f35aa489fb8609dc35d697))

# [5.0.0-next.2](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v5.0.0-next.1...v5.0.0-next.2) (2024-04-09)


### Bug Fixes

* merge brought in unintentional downgrade ([39fc2ec](https://github.com/Boehringer-Ingelheim/eslint-config/commit/39fc2ec533edc47f6eeda77d83e4b71081728f43))


### Features

* added react-refresh to react config ([8a9c441](https://github.com/Boehringer-Ingelheim/eslint-config/commit/8a9c441b1119726462204fac46b1f11f9e647495))
* update version ([cdfd4cc](https://github.com/Boehringer-Ingelheim/eslint-config/commit/cdfd4cc841e53be7c69229ef0d2b4525f2488358))

# [5.0.0-next.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v4.2.0...v5.0.0-next.1) (2024-03-14)


### Features

* update package typescript-eslint@7 ([b2990b5](https://github.com/Boehringer-Ingelheim/eslint-config/commit/b2990b5d9df75a612ffcdc454c037152884c19ca))


### BREAKING CHANGES

* update to typescript-eslint@7

# [4.2.0](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v4.1.0...v4.2.0) (2024-03-14)


Expand Down
1 change: 1 addition & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ module.exports = {
},
],
"perfectionist/sort-interfaces": ["error", { "ignore-case": true, type: "natural" }],
"perfectionist/sort-intersection-types": ["error", { "ignore-case": true, type: "natural" }],
"perfectionist/sort-jsx-props": ["error", { "ignore-case": true, type: "natural" }],
"perfectionist/sort-maps": ["error", { "ignore-case": true, type: "natural" }],
"perfectionist/sort-named-exports": ["error", { "ignore-case": true, type: "natural" }],
Expand Down
Loading

0 comments on commit 518f1b8

Please sign in to comment.