@vida0905/eslint-config 0.4.2 → 0.4.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.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +13 -13
package/dist/index.d.cts
CHANGED
|
@@ -50,7 +50,7 @@ type PiniaPreferUseStoreNamingConvention = []|[{
|
|
|
50
50
|
}]
|
|
51
51
|
|
|
52
52
|
type Rules = RuleOptions;
|
|
53
|
-
type TypedFlatConfigItem = Omit<Linter.
|
|
53
|
+
type TypedFlatConfigItem = Omit<Linter.Config<Linter.RulesRecord & Rules>, 'plugins'> & {
|
|
54
54
|
/**
|
|
55
55
|
* An object containing a name-value mapping of plugin names to plugin objects. When `files` is specified, these plugins are only available to the matching files.
|
|
56
56
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ type PiniaPreferUseStoreNamingConvention = []|[{
|
|
|
50
50
|
}]
|
|
51
51
|
|
|
52
52
|
type Rules = RuleOptions;
|
|
53
|
-
type TypedFlatConfigItem = Omit<Linter.
|
|
53
|
+
type TypedFlatConfigItem = Omit<Linter.Config<Linter.RulesRecord & Rules>, 'plugins'> & {
|
|
54
54
|
/**
|
|
55
55
|
* An object containing a name-value mapping of plugin names to plugin objects. When `files` is specified, these plugins are only available to the matching files.
|
|
56
56
|
*
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vida0905/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
5
|
-
"packageManager": "pnpm@9.
|
|
4
|
+
"version": "0.4.3",
|
|
5
|
+
"packageManager": "pnpm@9.6.0",
|
|
6
6
|
"description": "Vida Xie's ESLint Config",
|
|
7
7
|
"author": "Vida Xie <vida_2020@163.com> (https://github.com/9romise/)",
|
|
8
8
|
"license": "MIT",
|
|
@@ -54,25 +54,25 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@antfu/eslint-config": "^2.
|
|
57
|
+
"@antfu/eslint-config": "^2.24.1",
|
|
58
58
|
"eslint-import-resolver-oxc": "^0.2.0",
|
|
59
59
|
"eslint-plugin-pinia": "^0.2.0",
|
|
60
60
|
"local-pkg": "^0.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@eslint/config-inspector": "^0.5.
|
|
64
|
-
"@types/node": "^
|
|
65
|
-
"bumpp": "^9.4.
|
|
66
|
-
"eslint": "^9.
|
|
67
|
-
"eslint-typegen": "^0.
|
|
68
|
-
"lint-staged": "^15.2.
|
|
63
|
+
"@eslint/config-inspector": "^0.5.2",
|
|
64
|
+
"@types/node": "^22.1.0",
|
|
65
|
+
"bumpp": "^9.4.2",
|
|
66
|
+
"eslint": "^9.8.0",
|
|
67
|
+
"eslint-typegen": "^0.3.0",
|
|
68
|
+
"lint-staged": "^15.2.8",
|
|
69
69
|
"simple-git-hooks": "^2.11.1",
|
|
70
|
-
"tsup": "^8.
|
|
71
|
-
"tsx": "^4.16.
|
|
72
|
-
"typescript": "^5.5.
|
|
70
|
+
"tsup": "^8.2.4",
|
|
71
|
+
"tsx": "^4.16.5",
|
|
72
|
+
"typescript": "^5.5.4"
|
|
73
73
|
},
|
|
74
74
|
"simple-git-hooks": {
|
|
75
|
-
"pre-commit": "
|
|
75
|
+
"pre-commit": "pnpm lint-staged"
|
|
76
76
|
},
|
|
77
77
|
"lint-staged": {
|
|
78
78
|
"*": "eslint --fix"
|