@anolilab/eslint-config 21.0.0 → 22.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/CHANGELOG.md +23 -0
- package/dist/index.d.ts +105 -24
- package/dist/index.js +11 -11
- package/package.json +40 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -91,68 +91,69 @@
|
|
|
91
91
|
"dist"
|
|
92
92
|
],
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@e18e/eslint-plugin": "0.
|
|
94
|
+
"@e18e/eslint-plugin": "0.2.0",
|
|
95
95
|
"@eslint-community/eslint-plugin-eslint-comments": "4.6.0",
|
|
96
|
-
"@eslint/compat": "2.0.
|
|
97
|
-
"@eslint/js": "
|
|
96
|
+
"@eslint/compat": "2.0.2",
|
|
97
|
+
"@eslint/js": "10.0.1",
|
|
98
98
|
"@eslint/markdown": "^7.5.1",
|
|
99
|
-
"@html-eslint/eslint-plugin": "0.
|
|
100
|
-
"@html-eslint/parser": "0.
|
|
101
|
-
"@stylistic/eslint-plugin": "5.
|
|
99
|
+
"@html-eslint/eslint-plugin": "0.56.0",
|
|
100
|
+
"@html-eslint/parser": "0.56.0",
|
|
101
|
+
"@stylistic/eslint-plugin": "5.9.0",
|
|
102
102
|
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
103
|
-
"@typescript-eslint/parser": "8.
|
|
104
|
-
"@typescript-eslint/types": "8.
|
|
103
|
+
"@typescript-eslint/parser": "8.56.0",
|
|
104
|
+
"@typescript-eslint/types": "8.56.0",
|
|
105
105
|
"@visulima/fs": "4.1.0",
|
|
106
106
|
"@visulima/package": "^4.1.7",
|
|
107
107
|
"@visulima/tsconfig": "^2.1.3",
|
|
108
|
-
"@vitest/eslint-plugin": "1.6.
|
|
108
|
+
"@vitest/eslint-plugin": "1.6.9",
|
|
109
109
|
"confusing-browser-globals": "^1.0.11",
|
|
110
|
-
"eslint-config-flat-gitignore": "
|
|
110
|
+
"eslint-config-flat-gitignore": "2.2.1",
|
|
111
111
|
"eslint-flat-config-utils": "^2.1.4",
|
|
112
112
|
"eslint-import-resolver-node": "^0.3.9",
|
|
113
113
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
114
114
|
"eslint-merge-processors": "^2.0.0",
|
|
115
|
-
"eslint-plugin-antfu": "3.
|
|
116
|
-
"eslint-plugin-compat": "6.
|
|
115
|
+
"eslint-plugin-antfu": "3.2.2",
|
|
116
|
+
"eslint-plugin-compat": "6.2.0",
|
|
117
117
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
118
|
-
"eslint-plugin-es-x": "
|
|
118
|
+
"eslint-plugin-es-x": "9.4.1",
|
|
119
119
|
"eslint-plugin-html": "8.1.4",
|
|
120
120
|
"eslint-plugin-import-x": "^4.16.1",
|
|
121
121
|
"eslint-plugin-jsdoc": "61.7.1",
|
|
122
|
-
"eslint-plugin-jsonc": "
|
|
123
|
-
"eslint-plugin-n": "17.
|
|
122
|
+
"eslint-plugin-jsonc": "2.21.1",
|
|
123
|
+
"eslint-plugin-n": "17.24.0",
|
|
124
124
|
"eslint-plugin-no-for-of-array": "^0.1.0",
|
|
125
125
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
126
|
-
"eslint-plugin-no-secrets": "
|
|
127
|
-
"eslint-plugin-no-unsanitized": "
|
|
126
|
+
"eslint-plugin-no-secrets": "2.2.2",
|
|
127
|
+
"eslint-plugin-no-unsanitized": "4.1.5",
|
|
128
128
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
129
129
|
"eslint-plugin-pnpm": "1.5.0",
|
|
130
130
|
"eslint-plugin-promise": "^7.2.1",
|
|
131
131
|
"eslint-plugin-regexp": "^2.10.0",
|
|
132
132
|
"eslint-plugin-security": "^3.0.1",
|
|
133
133
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
134
|
-
"eslint-plugin-sonarjs": "3.0.
|
|
134
|
+
"eslint-plugin-sonarjs": "3.0.7",
|
|
135
135
|
"eslint-plugin-toml": "0.13.1",
|
|
136
136
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
137
|
-
"eslint-plugin-unused-imports": "
|
|
137
|
+
"eslint-plugin-unused-imports": "4.4.1",
|
|
138
138
|
"eslint-plugin-yml": "^1.19.1",
|
|
139
|
-
"globals": "17.
|
|
140
|
-
"jsonc-eslint-parser": "
|
|
139
|
+
"globals": "17.3.0",
|
|
140
|
+
"jsonc-eslint-parser": "3.1.0",
|
|
141
141
|
"parse-gitignore": "^2.0.0",
|
|
142
|
-
"semver": "
|
|
142
|
+
"semver": "7.7.4",
|
|
143
143
|
"toml-eslint-parser": "1.0.3",
|
|
144
|
-
"typescript-eslint": "8.
|
|
144
|
+
"typescript-eslint": "8.56.0",
|
|
145
145
|
"yaml-eslint-parser": "2.0.0"
|
|
146
146
|
},
|
|
147
147
|
"peerDependencies": {
|
|
148
|
-
"@eslint-react/eslint-plugin": "2.
|
|
148
|
+
"@eslint-react/eslint-plugin": "2.13.0",
|
|
149
149
|
"@eslint/css": "^0.14.1",
|
|
150
|
-
"@
|
|
151
|
-
"@tanstack/eslint-plugin-
|
|
150
|
+
"@ospm/eslint-plugin-react-unhookify": "^1.0.2",
|
|
151
|
+
"@tanstack/eslint-plugin-query": "5.91.4",
|
|
152
|
+
"@tanstack/eslint-plugin-router": "1.161.2",
|
|
152
153
|
"@unocss/eslint-plugin": "66.6.0",
|
|
153
|
-
"astro-eslint-parser": "
|
|
154
|
+
"astro-eslint-parser": "1.3.0",
|
|
154
155
|
"eslint": ">=9.38.0",
|
|
155
|
-
"eslint-plugin-astro": "
|
|
156
|
+
"eslint-plugin-astro": "1.6.0",
|
|
156
157
|
"eslint-plugin-format": ">=0.1.0",
|
|
157
158
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
158
159
|
"eslint-plugin-playwright": "^0.16.0 || ^0.18.0 || ^2.0.0",
|
|
@@ -160,16 +161,15 @@
|
|
|
160
161
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
161
162
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
162
163
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
163
|
-
"eslint-plugin-react-refresh": "0.
|
|
164
|
-
"eslint-plugin-react-you-might-not-need-an-effect": "0.
|
|
165
|
-
"
|
|
166
|
-
"eslint-plugin-storybook": "10.2.1",
|
|
164
|
+
"eslint-plugin-react-refresh": "0.5.0",
|
|
165
|
+
"eslint-plugin-react-you-might-not-need-an-effect": "0.9.1",
|
|
166
|
+
"eslint-plugin-storybook": "9.1.19",
|
|
167
167
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
168
|
-
"eslint-plugin-testing-library": "7.
|
|
168
|
+
"eslint-plugin-testing-library": "7.16.0",
|
|
169
169
|
"eslint-plugin-tsdoc": "^0.5.0",
|
|
170
170
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
171
171
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
172
|
-
"eslint-plugin-zod": "3.0
|
|
172
|
+
"eslint-plugin-zod": "3.1.0",
|
|
173
173
|
"tailwind-csstree": "0.1.4"
|
|
174
174
|
},
|
|
175
175
|
"peerDependenciesMeta": {
|
|
@@ -179,6 +179,9 @@
|
|
|
179
179
|
"@eslint/css": {
|
|
180
180
|
"optional": true
|
|
181
181
|
},
|
|
182
|
+
"@ospm/eslint-plugin-react-unhookify": {
|
|
183
|
+
"optional": true
|
|
184
|
+
},
|
|
182
185
|
"@tanstack/eslint-plugin-query": {
|
|
183
186
|
"optional": true
|
|
184
187
|
},
|
|
@@ -224,9 +227,6 @@
|
|
|
224
227
|
"eslint-plugin-react-you-might-not-need-an-effect": {
|
|
225
228
|
"optional": true
|
|
226
229
|
},
|
|
227
|
-
"@ospm/eslint-plugin-react-unhookify": {
|
|
228
|
-
"optional": true
|
|
229
|
-
},
|
|
230
230
|
"eslint-plugin-storybook": {
|
|
231
231
|
"optional": true
|
|
232
232
|
},
|
|
@@ -255,12 +255,12 @@
|
|
|
255
255
|
"optional": true
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
|
+
"optionalDependencies": {},
|
|
258
259
|
"engines": {
|
|
259
260
|
"node": ">=20.18.* <=25.*"
|
|
260
261
|
},
|
|
261
262
|
"publishConfig": {
|
|
262
263
|
"access": "public",
|
|
263
264
|
"provenance": true
|
|
264
|
-
}
|
|
265
|
-
"optionalDependencies": {}
|
|
265
|
+
}
|
|
266
266
|
}
|