@lightwing/eslint-config 1.0.79 → 1.0.81

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.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _antfu_eslint_config from '@antfu/eslint-config';
2
2
  import { OptionsConfig, TypedFlatConfigItem, Awaitable } from '@antfu/eslint-config';
3
- import { FlatConfigComposer } from 'eslint-flat-config-utils';
4
3
  import { Linter } from 'eslint';
4
+ import { FlatConfigComposer } from 'eslint-flat-config-utils';
5
5
 
6
6
  declare function lightwing(options?: OptionsConfig & TypedFlatConfigItem, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.FlatConfig[]>[]): FlatConfigComposer<TypedFlatConfigItem, _antfu_eslint_config.ConfigNames>;
7
7
 
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _antfu_eslint_config from '@antfu/eslint-config';
2
2
  import { OptionsConfig, TypedFlatConfigItem, Awaitable } from '@antfu/eslint-config';
3
- import { FlatConfigComposer } from 'eslint-flat-config-utils';
4
3
  import { Linter } from 'eslint';
4
+ import { FlatConfigComposer } from 'eslint-flat-config-utils';
5
5
 
6
6
  declare function lightwing(options?: OptionsConfig & TypedFlatConfigItem, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.FlatConfig[]>[]): FlatConfigComposer<TypedFlatConfigItem, _antfu_eslint_config.ConfigNames>;
7
7
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lightwing/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.79",
4
+ "version": "1.0.81",
5
5
  "description": "Lightwing ESLint config",
6
6
  "author": "Archer Gu (https://github.com/ArcherGu/)",
7
7
  "license": "MIT",
@@ -34,15 +34,15 @@
34
34
  "typescript": ">=4.0.0"
35
35
  },
36
36
  "dependencies": {
37
- "@antfu/eslint-config": "^3.2.2",
38
- "@eslint-react/eslint-plugin": "^1.13.0",
37
+ "@antfu/eslint-config": "^3.5.0",
38
+ "@eslint-react/eslint-plugin": "^1.14.0",
39
39
  "@unocss/eslint-plugin": "^0.62.3",
40
40
  "eslint-plugin-format": "^0.1.2",
41
41
  "eslint-plugin-react-hooks": "^4.6.2",
42
42
  "eslint-plugin-react-refresh": "^0.4.11"
43
43
  },
44
44
  "devDependencies": {
45
- "eslint": "9.9.1",
46
- "typescript": "5.5.4"
45
+ "eslint": "9.10.0",
46
+ "typescript": "5.6.2"
47
47
  }
48
48
  }