@danielwaltz/eslint-config 3.3.2 → 3.3.3
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.mts +2 -2
- package/package.json +8 -6
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { sxzz } from "@sxzz/eslint-config";
|
|
2
|
-
import * as eslint_flat_config_utils0 from "eslint-flat-config-utils";
|
|
2
|
+
import * as _$eslint_flat_config_utils0 from "eslint-flat-config-utils";
|
|
3
3
|
import { DefaultConfigNamesMap, DefaultConfigNamesMap as DefaultConfigNamesMap$1, FlatConfigComposer, ResolvableFlatConfig, defineFlatConfig } from "eslint-flat-config-utils";
|
|
4
4
|
import { Linter } from "eslint";
|
|
5
5
|
export * from "@sxzz/eslint-config";
|
|
@@ -12,6 +12,6 @@ type BaseConfigNames = keyof DefaultConfigNamesMap$1;
|
|
|
12
12
|
declare function defineFlatConfigs<const TConfig extends BaseConfig = BaseConfig, const TConfigNames extends string = BaseConfigNames>(...configs: ResolvableFlatConfig<TConfig>[]): FlatConfigComposer<TConfig, TConfigNames>;
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/index.d.ts
|
|
15
|
-
declare function danielwaltz<const TConfig extends BaseConfig = BaseConfig, const TConfigNames extends string = BaseConfigNames>(...params: Parameters<typeof sxzz>): eslint_flat_config_utils0.FlatConfigComposer<TConfig, TConfigNames>;
|
|
15
|
+
declare function danielwaltz<const TConfig extends BaseConfig = BaseConfig, const TConfigNames extends string = BaseConfigNames>(...params: Parameters<typeof sxzz>): _$eslint_flat_config_utils0.FlatConfigComposer<TConfig, TConfigNames>;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { type DefaultConfigNamesMap, danielwaltz, defineFlatConfig, defineFlatConfigs };
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danielwaltz/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.3.
|
|
5
|
-
"packageManager": "pnpm@10.
|
|
4
|
+
"version": "3.3.3",
|
|
5
|
+
"packageManager": "pnpm@10.33.0",
|
|
6
6
|
"author": "Daniel Waltz",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"prettier": ">=3"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@e18e/eslint-plugin": "^0.
|
|
45
|
-
"@sxzz/eslint-config": "^7.8.
|
|
46
|
-
"eslint-flat-config-utils": "^3.0
|
|
44
|
+
"@e18e/eslint-plugin": "^0.3.0",
|
|
45
|
+
"@sxzz/eslint-config": "^7.8.4",
|
|
46
|
+
"eslint-flat-config-utils": "^3.1.0",
|
|
47
47
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
48
48
|
"eslint-plugin-vuejs-accessibility": "^2.5.0"
|
|
49
49
|
},
|
|
@@ -51,8 +51,10 @@
|
|
|
51
51
|
"@tsconfig/node24": "^24.0.4",
|
|
52
52
|
"@types/node": "~24.10.15",
|
|
53
53
|
"changelogen": "^0.6.2",
|
|
54
|
+
"eslint": "^10.2.1",
|
|
54
55
|
"jiti": "^2.6.1",
|
|
55
|
-
"
|
|
56
|
+
"prettier": "^3.8.3",
|
|
57
|
+
"tsdown": "^0.21.9",
|
|
56
58
|
"typescript": "~5.9.3"
|
|
57
59
|
}
|
|
58
60
|
}
|