@anolilab/eslint-config 18.0.0 → 19.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 +6 -0
- package/dist/index.d.cts +109 -85
- package/dist/index.d.mts +109 -85
- package/dist/index.d.ts +109 -85
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -108,16 +108,16 @@
|
|
|
108
108
|
"@eslint/compat": "^2.0.0",
|
|
109
109
|
"@eslint/js": "^9.39.2",
|
|
110
110
|
"@eslint/markdown": "^7.5.1",
|
|
111
|
-
"@html-eslint/eslint-plugin": "0.52.
|
|
111
|
+
"@html-eslint/eslint-plugin": "0.52.1",
|
|
112
112
|
"@html-eslint/parser": "0.52.0",
|
|
113
113
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
114
114
|
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
115
|
-
"@typescript-eslint/parser": "8.
|
|
116
|
-
"@typescript-eslint/types": "8.
|
|
115
|
+
"@typescript-eslint/parser": "8.51.0",
|
|
116
|
+
"@typescript-eslint/types": "8.51.0",
|
|
117
117
|
"@visulima/fs": "4.1.0",
|
|
118
118
|
"@visulima/package": "^4.1.7",
|
|
119
119
|
"@visulima/tsconfig": "^2.1.3",
|
|
120
|
-
"@vitest/eslint-plugin": "1.6.
|
|
120
|
+
"@vitest/eslint-plugin": "1.6.5",
|
|
121
121
|
"confusing-browser-globals": "^1.0.11",
|
|
122
122
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
123
123
|
"eslint-flat-config-utils": "^2.1.4",
|
|
@@ -148,20 +148,20 @@
|
|
|
148
148
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
149
149
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
150
150
|
"eslint-plugin-yml": "^1.19.1",
|
|
151
|
-
"globals": "
|
|
151
|
+
"globals": "17.0.0",
|
|
152
152
|
"jsonc-eslint-parser": "^2.4.2",
|
|
153
153
|
"parse-gitignore": "^2.0.0",
|
|
154
154
|
"semver": "^7.7.3",
|
|
155
155
|
"toml-eslint-parser": "^0.10.1",
|
|
156
|
-
"typescript-eslint": "8.
|
|
156
|
+
"typescript-eslint": "8.51.0",
|
|
157
157
|
"yaml-eslint-parser": "^1.3.2"
|
|
158
158
|
},
|
|
159
159
|
"peerDependencies": {
|
|
160
|
-
"@eslint-react/eslint-plugin": "
|
|
160
|
+
"@eslint-react/eslint-plugin": "2.5.1",
|
|
161
161
|
"@eslint/css": "^0.14.1",
|
|
162
162
|
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
163
163
|
"@tanstack/eslint-plugin-router": "^1.141.0",
|
|
164
|
-
"@unocss/eslint-plugin": "
|
|
164
|
+
"@unocss/eslint-plugin": "66.5.12",
|
|
165
165
|
"astro-eslint-parser": "^1.2.2",
|
|
166
166
|
"eslint": ">=9.38.0",
|
|
167
167
|
"eslint-plugin-astro": "^1.5.0",
|
|
@@ -173,10 +173,10 @@
|
|
|
173
173
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
174
174
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
175
175
|
"eslint-plugin-react-refresh": "0.4.26",
|
|
176
|
-
"eslint-plugin-react-you-might-not-need-an-effect": "0.8.
|
|
177
|
-
"eslint-plugin-storybook": "10.1.
|
|
176
|
+
"eslint-plugin-react-you-might-not-need-an-effect": "0.8.3",
|
|
177
|
+
"eslint-plugin-storybook": "10.1.11",
|
|
178
178
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
179
|
-
"eslint-plugin-testing-library": "7.15.
|
|
179
|
+
"eslint-plugin-testing-library": "7.15.4",
|
|
180
180
|
"eslint-plugin-tsdoc": "^0.5.0",
|
|
181
181
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
182
182
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|