@szum-tech/eslint-config 2.1.5 → 2.1.6
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/dist/index.cjs +3 -2
- package/dist/index.js +3 -2
- package/package.json +21 -27
package/dist/index.cjs
CHANGED
|
@@ -139,7 +139,8 @@ var config = [
|
|
|
139
139
|
"**/playwright-report/**",
|
|
140
140
|
"**/server-build/**",
|
|
141
141
|
"**/dist/**",
|
|
142
|
-
"**/.next/**"
|
|
142
|
+
"**/.next/**",
|
|
143
|
+
"**/storybook-static/**"
|
|
143
144
|
]
|
|
144
145
|
},
|
|
145
146
|
{
|
|
@@ -177,7 +178,7 @@ var config = [
|
|
|
177
178
|
"no-unused-vars": [
|
|
178
179
|
WARN,
|
|
179
180
|
{
|
|
180
|
-
args: "
|
|
181
|
+
args: "all",
|
|
181
182
|
argsIgnorePattern: "^_",
|
|
182
183
|
ignoreRestSiblings: true,
|
|
183
184
|
varsIgnorePattern: "^ignored"
|
package/dist/index.js
CHANGED
|
@@ -104,7 +104,8 @@ var config = [
|
|
|
104
104
|
"**/playwright-report/**",
|
|
105
105
|
"**/server-build/**",
|
|
106
106
|
"**/dist/**",
|
|
107
|
-
"**/.next/**"
|
|
107
|
+
"**/.next/**",
|
|
108
|
+
"**/storybook-static/**"
|
|
108
109
|
]
|
|
109
110
|
},
|
|
110
111
|
{
|
|
@@ -142,7 +143,7 @@ var config = [
|
|
|
142
143
|
"no-unused-vars": [
|
|
143
144
|
WARN,
|
|
144
145
|
{
|
|
145
|
-
args: "
|
|
146
|
+
args: "all",
|
|
146
147
|
argsIgnorePattern: "^_",
|
|
147
148
|
ignoreRestSiblings: true,
|
|
148
149
|
varsIgnorePattern: "^ignored"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@szum-tech/eslint-config",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "ESLint configuration for TypeScript projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -35,44 +35,38 @@
|
|
|
35
35
|
"prettier:write": "prettier --write ."
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@next/eslint-plugin-next": "^15.
|
|
39
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
40
|
-
"eslint-import-resolver-typescript": "^3.
|
|
38
|
+
"@next/eslint-plugin-next": "^15.2.0",
|
|
39
|
+
"@vitest/eslint-plugin": "^1.1.36",
|
|
40
|
+
"eslint-import-resolver-typescript": "^3.8.3",
|
|
41
41
|
"eslint-plugin-import": "^2.31.0",
|
|
42
42
|
"eslint-plugin-jest-dom": "^5.4.0",
|
|
43
43
|
"eslint-plugin-playwright": "^2.2.0",
|
|
44
44
|
"eslint-plugin-react": "^7.37.4",
|
|
45
|
-
"eslint-plugin-react-hooks": "^5.
|
|
46
|
-
"eslint-plugin-storybook": "^0.11.
|
|
45
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
46
|
+
"eslint-plugin-storybook": "^0.11.3",
|
|
47
47
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
48
48
|
"eslint-plugin-testing-library": "^7.1.1",
|
|
49
|
-
"globals": "^
|
|
50
|
-
"typescript-eslint": "^8.
|
|
49
|
+
"globals": "^16.0.0",
|
|
50
|
+
"typescript-eslint": "^8.26.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@szum-tech/prettier-config": "^1.
|
|
54
|
-
"@szum-tech/semantic-release-config": "^2.
|
|
55
|
-
"eslint": "^9.
|
|
56
|
-
"prettier": "^3.
|
|
57
|
-
"semantic-release": "^24.2.
|
|
58
|
-
"tsup": "^8.
|
|
59
|
-
"typescript": "^5.
|
|
53
|
+
"@szum-tech/prettier-config": "^1.6.1",
|
|
54
|
+
"@szum-tech/semantic-release-config": "^2.3.0",
|
|
55
|
+
"eslint": "^9.21.0",
|
|
56
|
+
"prettier": "^3.5.3",
|
|
57
|
+
"semantic-release": "^24.2.3",
|
|
58
|
+
"tsup": "^8.4.0",
|
|
59
|
+
"typescript": "^5.8.2"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"eslint": "
|
|
63
|
-
"eslint-import-resolver-typescript": "^3.7.0",
|
|
64
|
-
"eslint-plugin-import": "^2.31.0",
|
|
65
|
-
"eslint-plugin-jest-dom": "^5.4.0",
|
|
66
|
-
"eslint-plugin-playwright": "^2.2.0",
|
|
67
|
-
"eslint-plugin-react": "^7.37.4",
|
|
68
|
-
"eslint-plugin-react-hooks": "^5.1.0",
|
|
69
|
-
"eslint-plugin-storybook": "^0.11.2",
|
|
70
|
-
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
71
|
-
"eslint-plugin-testing-library": "^7.1.1",
|
|
72
|
-
"globals": "^15.14.0",
|
|
73
|
-
"typescript-eslint": "^8.21.0"
|
|
62
|
+
"eslint": ">=9.21.0"
|
|
74
63
|
},
|
|
75
64
|
"publishConfig": {
|
|
76
65
|
"access": "public"
|
|
66
|
+
},
|
|
67
|
+
"overrides": {
|
|
68
|
+
"eslint-plugin-storybook": {
|
|
69
|
+
"typescript": ">=5.8.2"
|
|
70
|
+
}
|
|
77
71
|
}
|
|
78
72
|
}
|