@boehringer-ingelheim/eslint-config 5.0.3 → 6.0.0-next.1
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 -0
- package/base/index.js +1 -0
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -68,6 +68,7 @@ This shared ESLint configuration is set up for TypeScript projects that adhere t
|
|
|
68
68
|
The following plugins are used in this configuration:
|
|
69
69
|
|
|
70
70
|
- [`@typescript-eslint/eslint-plugin`](https://typescript-eslint.io/rules/)
|
|
71
|
+
- [`eslint-plugin-deprecation`](https://github.com/gund/eslint-plugin-deprecation)
|
|
71
72
|
- [`eslint-plugin-import`](https://github.com/import-js/eslint-plugin-import)
|
|
72
73
|
- [`eslint-plugin-sonarjs`](https://github.com/SonarSource/eslint-plugin-sonarjs)
|
|
73
74
|
|
package/base/index.js
CHANGED
|
@@ -15,6 +15,7 @@ module.exports = {
|
|
|
15
15
|
'eslint:recommended',
|
|
16
16
|
'plugin:@typescript-eslint/recommended-type-checked',
|
|
17
17
|
'plugin:@typescript-eslint/stylistic-type-checked',
|
|
18
|
+
'plugin:deprecation/recommended',
|
|
18
19
|
'plugin:import/recommended',
|
|
19
20
|
'plugin:import/typescript',
|
|
20
21
|
'plugin:perfectionist/recommended-natural',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boehringer-ingelheim/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-next.1",
|
|
4
4
|
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"boehringer",
|
|
@@ -31,17 +31,18 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@rushstack/eslint-patch": "^1.10.3",
|
|
34
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
35
|
-
"@typescript-eslint/parser": "^7.
|
|
34
|
+
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
|
35
|
+
"@typescript-eslint/parser": "^7.17.0",
|
|
36
36
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
37
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
37
38
|
"eslint-plugin-import": "^2.29.1",
|
|
38
39
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
39
40
|
"eslint-plugin-perfectionist": "^2.11.0",
|
|
40
41
|
"eslint-plugin-playwright": "^1.6.2",
|
|
41
|
-
"eslint-plugin-react": "^7.
|
|
42
|
+
"eslint-plugin-react": "^7.35.0",
|
|
42
43
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
43
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
44
|
-
"eslint-plugin-sonarjs": "^1.0.
|
|
44
|
+
"eslint-plugin-react-refresh": "^0.4.9",
|
|
45
|
+
"eslint-plugin-sonarjs": "^1.0.4",
|
|
45
46
|
"eslint-plugin-typescript-enum": "^2.1.0",
|
|
46
47
|
"is-ci": "^3.0.1"
|
|
47
48
|
},
|
|
@@ -53,8 +54,8 @@
|
|
|
53
54
|
"@semantic-release/changelog": "6.0.3",
|
|
54
55
|
"@semantic-release/git": "10.0.1",
|
|
55
56
|
"dotenv-cli": "7.4.2",
|
|
56
|
-
"husky": "9.
|
|
57
|
-
"prettier": "3.3.
|
|
57
|
+
"husky": "9.1.1",
|
|
58
|
+
"prettier": "3.3.3",
|
|
58
59
|
"semantic-release": "24.0.0"
|
|
59
60
|
}
|
|
60
61
|
}
|