@anolilab/eslint-config 25.0.0 → 27.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 +27 -0
- package/dist/index.d.ts +1030 -442
- package/dist/index.js +11 -11
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "27.0.0",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -93,23 +93,23 @@
|
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@e18e/eslint-plugin": "0.3.0",
|
|
95
95
|
"@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
|
|
96
|
-
"@eslint/compat": "2.0.
|
|
96
|
+
"@eslint/compat": "2.0.4",
|
|
97
97
|
"@eslint/js": "10.0.1",
|
|
98
|
-
"@eslint/markdown": "8.0.
|
|
99
|
-
"@html-eslint/eslint-plugin": "0.
|
|
100
|
-
"@html-eslint/parser": "0.
|
|
98
|
+
"@eslint/markdown": "8.0.1",
|
|
99
|
+
"@html-eslint/eslint-plugin": "0.59.0",
|
|
100
|
+
"@html-eslint/parser": "0.59.0",
|
|
101
101
|
"@stylistic/eslint-plugin": "5.10.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.58.0",
|
|
104
|
+
"@typescript-eslint/types": "8.58.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.14",
|
|
109
109
|
"confusing-browser-globals": "^1.0.11",
|
|
110
110
|
"eslint-config-flat-gitignore": "2.3.0",
|
|
111
|
-
"eslint-flat-config-utils": "3.0
|
|
112
|
-
"eslint-import-resolver-node": "
|
|
111
|
+
"eslint-flat-config-utils": "3.1.0",
|
|
112
|
+
"eslint-import-resolver-node": "0.3.10",
|
|
113
113
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
114
114
|
"eslint-merge-processors": "^2.0.0",
|
|
115
115
|
"eslint-plugin-antfu": "3.2.2",
|
|
@@ -118,22 +118,22 @@
|
|
|
118
118
|
"eslint-plugin-es-x": "9.6.0",
|
|
119
119
|
"eslint-plugin-html": "8.1.4",
|
|
120
120
|
"eslint-plugin-import-x": "4.16.2",
|
|
121
|
-
"eslint-plugin-jsdoc": "62.
|
|
121
|
+
"eslint-plugin-jsdoc": "62.9.0",
|
|
122
122
|
"eslint-plugin-jsonc": "3.1.2",
|
|
123
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
126
|
"eslint-plugin-no-secrets": "2.3.3",
|
|
127
127
|
"eslint-plugin-no-unsanitized": "4.1.5",
|
|
128
|
-
"eslint-plugin-perfectionist": "5.
|
|
128
|
+
"eslint-plugin-perfectionist": "5.8.0",
|
|
129
129
|
"eslint-plugin-pnpm": "1.6.0",
|
|
130
130
|
"eslint-plugin-promise": "^7.2.1",
|
|
131
131
|
"eslint-plugin-regexp": "3.1.0",
|
|
132
132
|
"eslint-plugin-security": "4.0.0",
|
|
133
|
-
"eslint-plugin-simple-import-sort": "
|
|
133
|
+
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
134
134
|
"eslint-plugin-sonarjs": "4.0.2",
|
|
135
135
|
"eslint-plugin-toml": "1.3.1",
|
|
136
|
-
"eslint-plugin-unicorn": "
|
|
136
|
+
"eslint-plugin-unicorn": "64.0.0",
|
|
137
137
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
138
138
|
"eslint-plugin-yml": "3.3.1",
|
|
139
139
|
"globals": "17.4.0",
|
|
@@ -141,14 +141,14 @@
|
|
|
141
141
|
"parse-gitignore": "^2.0.0",
|
|
142
142
|
"semver": "7.7.4",
|
|
143
143
|
"toml-eslint-parser": "1.0.3",
|
|
144
|
-
"typescript-eslint": "8.
|
|
144
|
+
"typescript-eslint": "8.58.0",
|
|
145
145
|
"yaml-eslint-parser": "2.0.0"
|
|
146
146
|
},
|
|
147
147
|
"peerDependencies": {
|
|
148
|
-
"@eslint-react/eslint-plugin": "
|
|
149
|
-
"@eslint/css": "1.
|
|
148
|
+
"@eslint-react/eslint-plugin": "4.2.3",
|
|
149
|
+
"@eslint/css": "1.1.0",
|
|
150
150
|
"@ospm/eslint-plugin-react-unhookify": "^1.0.2",
|
|
151
|
-
"@tanstack/eslint-plugin-query": "5.
|
|
151
|
+
"@tanstack/eslint-plugin-query": "5.96.2",
|
|
152
152
|
"@tanstack/eslint-plugin-router": "1.161.6",
|
|
153
153
|
"@unocss/eslint-plugin": "66.6.7",
|
|
154
154
|
"astro-eslint-parser": "1.4.0",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"eslint-plugin-astro": "1.6.0",
|
|
157
157
|
"eslint-plugin-format": ">=0.1.0",
|
|
158
158
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
159
|
-
"eslint-plugin-oxlint": "1.
|
|
159
|
+
"eslint-plugin-oxlint": "1.58.0",
|
|
160
160
|
"eslint-plugin-playwright": "^0.16.0 || ^0.18.0 || ^2.0.0",
|
|
161
161
|
"eslint-plugin-react": "^7.37.5",
|
|
162
162
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
@@ -164,13 +164,13 @@
|
|
|
164
164
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
165
165
|
"eslint-plugin-react-refresh": "0.5.2",
|
|
166
166
|
"eslint-plugin-react-you-might-not-need-an-effect": "0.9.2",
|
|
167
|
-
"eslint-plugin-storybook": "10.3.
|
|
167
|
+
"eslint-plugin-storybook": "10.3.4",
|
|
168
168
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
169
169
|
"eslint-plugin-testing-library": "7.16.2",
|
|
170
170
|
"eslint-plugin-tsdoc": "0.5.2",
|
|
171
171
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
172
172
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
173
|
-
"eslint-plugin-zod": "3.5.
|
|
173
|
+
"eslint-plugin-zod": "3.5.1",
|
|
174
174
|
"tailwind-csstree": "0.3.0"
|
|
175
175
|
},
|
|
176
176
|
"peerDependenciesMeta": {
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
},
|
|
262
262
|
"optionalDependencies": {},
|
|
263
263
|
"engines": {
|
|
264
|
-
"node": ">=
|
|
264
|
+
"node": ">=22.12.0 <=25.*"
|
|
265
265
|
},
|
|
266
266
|
"publishConfig": {
|
|
267
267
|
"access": "public",
|