eslint-config-entva-typescript 2.41.0 → 2.44.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/index.js +2 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ignoreRule, mainRule as baseMainRule, testRule as baseTestRule } from 'eslint-config-entva-base';
|
|
2
|
-
import { mainRule as reactMainRule } from 'eslint-config-entva';
|
|
2
|
+
import { mainRule as reactMainRule, storybookRules } from 'eslint-config-entva';
|
|
3
3
|
import { mainRule as tsMainRule, testRule as tsTestRule } from 'eslint-config-entva-typescript-base';
|
|
4
4
|
import react from 'eslint-plugin-react';
|
|
5
5
|
import jsxA11Y from 'eslint-plugin-jsx-a11y';
|
|
@@ -81,4 +81,5 @@ export default [
|
|
|
81
81
|
mainRule,
|
|
82
82
|
baseTestRule,
|
|
83
83
|
tsTestRule,
|
|
84
|
+
...storybookRules,
|
|
84
85
|
];
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "git+https://github.com/entva/styleguide.git"
|
|
10
10
|
},
|
|
11
11
|
"bugs": "https://github.com/entva/styleguide/issues",
|
|
12
|
-
"version": "2.
|
|
12
|
+
"version": "2.44.0",
|
|
13
13
|
"keywords": [
|
|
14
14
|
"linter",
|
|
15
15
|
"config",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"prepublishOnly": "npm test"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@types/node": "^25.
|
|
28
|
+
"@types/node": "^25.5.0",
|
|
29
29
|
"@types/react": "^19.2.14",
|
|
30
30
|
"@types/react-dom": "^19.2.3",
|
|
31
31
|
"eslint": "^9.39.4",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
38
|
-
"@typescript-eslint/parser": "^8.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
38
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
39
39
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
40
40
|
"eslint-plugin-react": "^7.37.5",
|
|
41
41
|
"eslint-plugin-react-hooks": "^7.0.1",
|