@boehringer-ingelheim/eslint-config 8.2.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ The following plugins are used in this configuration:
|
|
|
108
108
|
|
|
109
109
|
- [`@typescript-eslint/eslint-plugin`](https://typescript-eslint.io/rules/)
|
|
110
110
|
- [`eslint-plugin-import`](https://github.com/import-js/eslint-plugin-import)
|
|
111
|
-
- [`eslint-plugin-sonarjs`](https://github.com/SonarSource/
|
|
111
|
+
- [`eslint-plugin-sonarjs`](https://github.com/SonarSource/SonarJS/blob/master/packages/jsts/src/rules/README.md)
|
|
112
112
|
|
|
113
113
|
Additionally, the [`eslint-plugin-perfectionist`](https://github.com/azat-io/eslint-plugin-perfectionist) is used to automatically fix sorting issues.
|
|
114
114
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boehringer-ingelheim/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"boehringer",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"eslint-plugin-react": "^7.37.5",
|
|
45
45
|
"eslint-plugin-react-hooks": "^6.1.1",
|
|
46
46
|
"eslint-plugin-react-refresh": "^0.4.23",
|
|
47
|
-
"eslint-plugin-sonarjs": "^
|
|
47
|
+
"eslint-plugin-sonarjs": "^3.0.5",
|
|
48
48
|
"globals": "^16.4.0",
|
|
49
49
|
"is-ci": "^4.1.0",
|
|
50
50
|
"typescript-eslint": "^8.46.0"
|