@lightwing/eslint-config 1.0.154 → 1.0.156

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,8 +1,7 @@
1
- import * as _$_antfu_eslint_config0 from "@antfu/eslint-config";
2
1
  import { Awaitable, OptionsConfig, TypedFlatConfigItem } from "@antfu/eslint-config";
3
2
  import { Linter } from "eslint";
4
3
  import { FlatConfigComposer } from "eslint-flat-config-utils";
5
4
 
6
5
  //#region src/index.d.ts
7
- declare function lightwing(options?: OptionsConfig & TypedFlatConfigItem, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.Config[]>[]): FlatConfigComposer<TypedFlatConfigItem, _$_antfu_eslint_config0.ConfigNames>;
6
+ declare function lightwing(options?: OptionsConfig & TypedFlatConfigItem, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.Config[]>[]): FlatConfigComposer<TypedFlatConfigItem, import("@antfu/eslint-config").ConfigNames>;
8
7
  export = lightwing;
package/dist/index.d.ts CHANGED
@@ -1,9 +1,8 @@
1
- import * as _$_antfu_eslint_config0 from "@antfu/eslint-config";
2
1
  import { Awaitable, OptionsConfig, TypedFlatConfigItem } from "@antfu/eslint-config";
3
2
  import { Linter } from "eslint";
4
3
  import { FlatConfigComposer } from "eslint-flat-config-utils";
5
4
 
6
5
  //#region src/index.d.ts
7
- declare function lightwing(options?: OptionsConfig & TypedFlatConfigItem, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.Config[]>[]): FlatConfigComposer<TypedFlatConfigItem, _$_antfu_eslint_config0.ConfigNames>;
6
+ declare function lightwing(options?: OptionsConfig & TypedFlatConfigItem, ...userConfigs: Awaitable<TypedFlatConfigItem | TypedFlatConfigItem[] | FlatConfigComposer<any, any> | Linter.Config[]>[]): FlatConfigComposer<TypedFlatConfigItem, import("@antfu/eslint-config").ConfigNames>;
8
7
  //#endregion
9
8
  export { lightwing as default };
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@lightwing/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.154",
4
+ "version": "1.0.156",
5
5
  "description": "Lightwing ESLint config",
6
6
  "author": "Archer Gu (https://github.com/ArcherGu/)",
7
7
  "license": "MIT",
8
- "homepage": "https://github.com/archergu/lightwing",
8
+ "homepage": "https://github.com/ArcherGu/lightwing",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/archergu/lightwing.git",
11
+ "url": "https://github.com/ArcherGu/lightwing",
12
12
  "directory": "packages/eslint-config"
13
13
  },
14
14
  "keywords": [
@@ -30,13 +30,13 @@
30
30
  "typescript": ">=4.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@antfu/eslint-config": "^8.2.0",
34
- "@eslint-react/eslint-plugin": "^4.2.3",
35
- "@unocss/eslint-plugin": "^66.6.8",
36
- "eslint-flat-config-utils": "^3.1.0",
33
+ "@antfu/eslint-config": "^9.1.0",
34
+ "@eslint-react/eslint-plugin": "^5.9.2",
35
+ "@unocss/eslint-plugin": "^66.7.2",
36
+ "eslint-flat-config-utils": "^3.2.0",
37
37
  "eslint-plugin-format": "^2.0.1",
38
- "eslint-plugin-react-hooks": "^7.0.1",
39
- "eslint-plugin-react-refresh": "^0.5.2"
38
+ "eslint-plugin-react-hooks": "^7.1.1",
39
+ "eslint-plugin-react-refresh": "^0.5.3"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsdown src/index.ts --format esm --format cjs --clean --dts --no-fixed-extension"