@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 CHANGED
@@ -2383,8 +2383,6 @@ async function yaml(options = {}) {
2383
2383
  // src/factory.ts
2384
2384
  var FLAT_CONFIG_PROPS = [
2385
2385
  "name",
2386
- "files",
2387
- "ignores",
2388
2386
  "languageOptions",
2389
2387
  "linterOptions",
2390
2388
  "processor",
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, ConfigNames> | Linter.Config[]>[]): FlatConfigComposer<TypedFlatConfigItem, ConfigNames>;
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, ConfigNames> | Linter.Config[]>[]): FlatConfigComposer<TypedFlatConfigItem, ConfigNames>;
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
@@ -2275,8 +2275,6 @@ async function yaml(options = {}) {
2275
2275
  // src/factory.ts
2276
2276
  var FLAT_CONFIG_PROPS = [
2277
2277
  "name",
2278
- "files",
2279
- "ignores",
2280
2278
  "languageOptions",
2281
2279
  "linterOptions",
2282
2280
  "processor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxass/eslint-config",
3
- "version": "4.13.0",
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.15.0",
98
- "@typescript-eslint/parser": "^8.15.0",
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.15.0",
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.15.0",
152
+ "@typescript-eslint/utils": "^8.16.0",
153
153
  "eslint": "^9.15.0",
154
154
  "tsx": "^4.19.2"
155
155
  }