Skip to content

Commit 9403ffb

Browse files
authored
Merge pull request #90 from Boehringer-Ingelheim/feature/sonarjs-v3
feat(deps): update eslint-plugin-sonarjs dependency
2 parents 26798e2 + 82523f2 commit 9403ffb

File tree

4 files changed

+302
-189
lines changed

4 files changed

+302
-189
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [9.0.0-sonarjs-v3.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v8.2.0...v9.0.0-sonarjs-v3.1) (2025-10-07)
2+
3+
4+
### Features
5+
6+
* **deps:** update eslint-plugin-sonarjs dependency ([d7688db](https://github.com/Boehringer-Ingelheim/eslint-config/commit/d7688db39ee0f1894a2f2e419fb2ea14eac1d16e)), closes [#85](https://github.com/Boehringer-Ingelheim/eslint-config/issues/85)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **deps:** The new major version of `eslint-plugin-sonarjs` makes all SonarJS rules available to ESLint which may lead to new linting errors in your codebase. Please review the `eslint-plugin-sonarjs` documentation: https://github.com/SonarSource/SonarJS/blob/master/packages/jsts/src/rules/README.md
12+
113
# [8.2.0](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v8.1.0...v8.2.0) (2025-10-07)
214

315

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The following plugins are used in this configuration:
108108

109109
- [`@typescript-eslint/eslint-plugin`](https://typescript-eslint.io/rules/)
110110
- [`eslint-plugin-import`](https://github.com/import-js/eslint-plugin-import)
111-
- [`eslint-plugin-sonarjs`](https://github.com/SonarSource/eslint-plugin-sonarjs)
111+
- [`eslint-plugin-sonarjs`](https://github.com/SonarSource/SonarJS/blob/master/packages/jsts/src/rules/README.md)
112112

113113
Additionally, the [`eslint-plugin-perfectionist`](https://github.com/azat-io/eslint-plugin-perfectionist) is used to automatically fix sorting issues.
114114

0 commit comments

Comments
 (0)