@lntvow/eslint-config 9.31.2 → 9.32.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.d.ts +0 -1
- package/package.json +7 -8
package/dist/index.d.ts
CHANGED
|
@@ -7152,7 +7152,6 @@ type PrettierPrettier = []|[{
|
|
|
7152
7152
|
fileInfoOptions?: {
|
|
7153
7153
|
[k: string]: unknown | undefined
|
|
7154
7154
|
}
|
|
7155
|
-
[k: string]: unknown | undefined
|
|
7156
7155
|
}]
|
|
7157
7156
|
// ----- quote-props -----
|
|
7158
7157
|
type QuoteProps = ([]|[("always" | "as-needed" | "consistent" | "consistent-as-needed")] | []|[("always" | "as-needed" | "consistent" | "consistent-as-needed")]|[("always" | "as-needed" | "consistent" | "consistent-as-needed"), {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lntvow/eslint-config",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.32.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Customizable eslint configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"prettier": ">=3.1.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@eslint/compat": "^1.3.
|
|
32
|
+
"@eslint/compat": "^1.3.2",
|
|
33
33
|
"@eslint/js": "^9.32.0",
|
|
34
|
-
"@lntvow/utils": "^4.5.
|
|
34
|
+
"@lntvow/utils": "^4.5.20",
|
|
35
35
|
"@stylistic/eslint-plugin": "^5.2.2",
|
|
36
36
|
"eslint-config-prettier": "^10.1.8",
|
|
37
37
|
"eslint-flat-config-utils": "^2.1.1",
|
|
38
38
|
"eslint-plugin-import-x": "^4.16.1",
|
|
39
|
-
"eslint-plugin-prettier": "^5.5.
|
|
39
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
40
40
|
"eslint-plugin-regexp": "^2.9.1",
|
|
41
41
|
"eslint-plugin-unicorn": "^59.0.0",
|
|
42
42
|
"eslint-plugin-vitest": "^0.5.4",
|
|
@@ -44,14 +44,13 @@
|
|
|
44
44
|
"find-up-simple": "^1.0.1",
|
|
45
45
|
"globals": "^16.3.0",
|
|
46
46
|
"local-pkg": "^1.1.1",
|
|
47
|
-
"typescript-eslint": "^8.
|
|
47
|
+
"typescript-eslint": "^8.41.0",
|
|
48
48
|
"vue-eslint-parser": "^9.4.3",
|
|
49
|
-
"@lntvow/eslint-plugin": "^9.
|
|
49
|
+
"@lntvow/eslint-plugin": "^9.32.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@commitlint/cli": "^19.8.1",
|
|
53
53
|
"@commitlint/config-conventional": "^19.8.1",
|
|
54
|
-
"@lntvow/eslint-config": "^9.31.1",
|
|
55
54
|
"@types/estree": "^1.0.8",
|
|
56
55
|
"@types/node": "^22.15.32",
|
|
57
56
|
"axios": "^1.11.0",
|
|
@@ -67,7 +66,7 @@
|
|
|
67
66
|
"prettier": "^3.6.2",
|
|
68
67
|
"simple-git-hooks": "^2.13.1",
|
|
69
68
|
"tsup": "^8.5.0",
|
|
70
|
-
"tsx": "^4.20.
|
|
69
|
+
"tsx": "^4.20.5",
|
|
71
70
|
"typescript": "^5.9.2"
|
|
72
71
|
},
|
|
73
72
|
"scripts": {
|