eslint-config-gits 5.0.26 → 5.0.27

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.0.27](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.26...v5.0.27) (2024-08-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Remove eslint-plugin-storybook ([dd1ce2e](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/dd1ce2e3b723a3aa33b480476b3179dfbb7c15cd))
7
+
1
8
  ## [5.0.26](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.25...v5.0.26) (2024-08-22)
2
9
 
3
10
 
package/index.mjs CHANGED
@@ -108,7 +108,6 @@ const plugin = {
108
108
  rules: {
109
109
  '@typescript-eslint/no-explicit-any': ['off'],
110
110
  '@typescript-eslint/typedef': ['off'],
111
- '@typescript-eslint/explicit-function-return-type': ['off'],
112
111
  'no-undefined': ['off'],
113
112
  }
114
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-gits",
3
- "version": "5.0.26",
3
+ "version": "5.0.27",
4
4
  "description": "EsLint preset for Geenen IT-Systeme",
5
5
  "repository": "https://gitlab.com/geenen-it-systeme/eslint-preset",
6
6
  "main": "index.mjs",
@@ -20,7 +20,6 @@
20
20
  "eslint-plugin-prettier": "^5",
21
21
  "eslint-plugin-react": "^7",
22
22
  "eslint-plugin-react-hooks": "^5.1.0-rc-1d989965-20240821",
23
- "eslint-plugin-storybook": "^0",
24
23
  "globals": "^15",
25
24
  "prettier": "^3",
26
25
  "typescript-eslint": "^8"
@@ -38,7 +37,6 @@
38
37
  "eslint-plugin-prettier": "^5.2.1",
39
38
  "eslint-plugin-react": "^7.35.0",
40
39
  "eslint-plugin-react-hooks": "^5.1.0-rc-1d989965-20240821",
41
- "eslint-plugin-storybook": "^0.8.0",
42
40
  "globals": "^15.9.0",
43
41
  "prettier": "^3.3.3",
44
42
  "semantic-release": "^24.1.0",