@luxass/eslint-config 4.13.0 → 4.14.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/dist/index.cjs +0 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -2
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -15319,7 +15319,7 @@ interface ConfigOptions {
|
|
|
15319
15319
|
* @returns {Promise<TypedFlatConfigItem[]>}
|
|
15320
15320
|
* The merged ESLint configurations.
|
|
15321
15321
|
*/
|
|
15322
|
-
declare function luxass(options?: ConfigOptions & TypedFlatConfigItem, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any,
|
|
15322
|
+
declare function luxass(options?: ConfigOptions & Omit<TypedFlatConfigItem, "files">, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.Config[]>[]): FlatConfigComposer<TypedFlatConfigItem, ConfigNames>;
|
|
15323
15323
|
|
|
15324
15324
|
declare const GLOB_SRC_EXT = "?([cm])[jt]s?(x)";
|
|
15325
15325
|
declare const GLOB_SRC = "**/*.?([cm])[jt]s?(x)";
|
package/dist/index.d.ts
CHANGED
|
@@ -15319,7 +15319,7 @@ interface ConfigOptions {
|
|
|
15319
15319
|
* @returns {Promise<TypedFlatConfigItem[]>}
|
|
15320
15320
|
* The merged ESLint configurations.
|
|
15321
15321
|
*/
|
|
15322
|
-
declare function luxass(options?: ConfigOptions & TypedFlatConfigItem, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any,
|
|
15322
|
+
declare function luxass(options?: ConfigOptions & Omit<TypedFlatConfigItem, "files">, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.Config[]>[]): FlatConfigComposer<TypedFlatConfigItem, ConfigNames>;
|
|
15323
15323
|
|
|
15324
15324
|
declare const GLOB_SRC_EXT = "?([cm])[jt]s?(x)";
|
|
15325
15325
|
declare const GLOB_SRC = "**/*.?([cm])[jt]s?(x)";
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxass/eslint-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.0",
|
|
4
4
|
"description": "ESLint config for @luxass",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
95
95
|
"@eslint/markdown": "^6.2.1",
|
|
96
96
|
"@stylistic/eslint-plugin": "^2.11.0",
|
|
97
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
98
|
-
"@typescript-eslint/parser": "^8.
|
|
97
|
+
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
|
98
|
+
"@typescript-eslint/parser": "^8.16.0",
|
|
99
99
|
"@vitest/eslint-plugin": "^1.1.10",
|
|
100
100
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
101
101
|
"eslint-flat-config-utils": "^0.4.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@stylistic/eslint-plugin-migrate": "^2.11.0",
|
|
128
128
|
"@types/estree": "^1.0.6",
|
|
129
129
|
"@types/node": "^22.9.0",
|
|
130
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
130
|
+
"@typescript-eslint/rule-tester": "^8.16.0",
|
|
131
131
|
"@unocss/eslint-plugin": "^0.64.1",
|
|
132
132
|
"astro-eslint-parser": "^1.1.0",
|
|
133
133
|
"eslint": "^9.15.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
},
|
|
150
150
|
"resolutions": {
|
|
151
151
|
"@eslint-community/eslint-utils": "^4.4.1",
|
|
152
|
-
"@typescript-eslint/utils": "^8.
|
|
152
|
+
"@typescript-eslint/utils": "^8.16.0",
|
|
153
153
|
"eslint": "^9.15.0",
|
|
154
154
|
"tsx": "^4.19.2"
|
|
155
155
|
}
|