@liwo/eslint-config 0.0.6 → 0.0.7
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/README.md +6 -0
- package/dist/index.d.ts +713 -234
- package/package.json +39 -36
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liwo/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"description": "ESLint config by Liwo",
|
|
6
6
|
"author": "Aoang <aoang@x2oe.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@prettier/plugin-xml": "^3.4.2",
|
|
29
29
|
"@unocss/eslint-plugin": "^66.3.3",
|
|
30
|
+
"eslint": "^9.38.0",
|
|
30
31
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
31
32
|
"prettier-plugin-slidev": "^1.0.5"
|
|
32
33
|
},
|
|
@@ -49,36 +50,35 @@
|
|
|
49
50
|
"@clack/prompts": "0.11.0",
|
|
50
51
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
51
52
|
"@eslint-react/eslint-plugin": "1.53.1",
|
|
52
|
-
"@eslint/markdown": "7.
|
|
53
|
-
"@stylistic/eslint-plugin": "5.
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
55
|
-
"@typescript-eslint/parser": "8.
|
|
56
|
-
"@vitest/eslint-plugin": "1.3.
|
|
57
|
-
"eslint": "9.35.0",
|
|
53
|
+
"@eslint/markdown": "7.5.0",
|
|
54
|
+
"@stylistic/eslint-plugin": "5.5.0",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "8.46.2",
|
|
56
|
+
"@typescript-eslint/parser": "8.46.2",
|
|
57
|
+
"@vitest/eslint-plugin": "1.3.26",
|
|
58
58
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
59
|
-
"eslint-flat-config-utils": "2.1.
|
|
59
|
+
"eslint-flat-config-utils": "2.1.4",
|
|
60
60
|
"eslint-merge-processors": "2.0.0",
|
|
61
61
|
"eslint-plugin-antfu": "3.1.1",
|
|
62
62
|
"eslint-plugin-command": "3.3.1",
|
|
63
|
-
"eslint-plugin-format": "1.0.
|
|
63
|
+
"eslint-plugin-format": "1.0.2",
|
|
64
64
|
"eslint-plugin-import-lite": "0.3.0",
|
|
65
|
-
"eslint-plugin-jsdoc": "
|
|
66
|
-
"eslint-plugin-jsonc": "2.
|
|
67
|
-
"eslint-plugin-n": "17.23.
|
|
65
|
+
"eslint-plugin-jsdoc": "61.1.10",
|
|
66
|
+
"eslint-plugin-jsonc": "2.21.0",
|
|
67
|
+
"eslint-plugin-n": "17.23.1",
|
|
68
68
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
69
|
-
"eslint-plugin-perfectionist": "4.15.
|
|
70
|
-
"eslint-plugin-pnpm": "1.
|
|
71
|
-
"eslint-plugin-react-hooks": "
|
|
72
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
69
|
+
"eslint-plugin-perfectionist": "4.15.1",
|
|
70
|
+
"eslint-plugin-pnpm": "1.3.0",
|
|
71
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
72
|
+
"eslint-plugin-react-refresh": "0.4.24",
|
|
73
73
|
"eslint-plugin-regexp": "2.10.0",
|
|
74
74
|
"eslint-plugin-toml": "0.12.0",
|
|
75
|
-
"eslint-plugin-unicorn": "
|
|
76
|
-
"eslint-plugin-unused-imports": "4.
|
|
77
|
-
"eslint-plugin-vue": "10.
|
|
78
|
-
"eslint-plugin-yml": "1.
|
|
75
|
+
"eslint-plugin-unicorn": "62.0.0",
|
|
76
|
+
"eslint-plugin-unused-imports": "4.3.0",
|
|
77
|
+
"eslint-plugin-vue": "10.5.1",
|
|
78
|
+
"eslint-plugin-yml": "1.19.0",
|
|
79
79
|
"eslint-processor-vue-blocks": "2.0.0",
|
|
80
80
|
"globals": "16.4.0",
|
|
81
|
-
"jsonc-eslint-parser": "2.4.
|
|
81
|
+
"jsonc-eslint-parser": "2.4.1",
|
|
82
82
|
"local-pkg": "1.1.2",
|
|
83
83
|
"parse-gitignore": "2.0.0",
|
|
84
84
|
"toml-eslint-parser": "0.10.0",
|
|
@@ -86,25 +86,27 @@
|
|
|
86
86
|
"yaml-eslint-parser": "1.3.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@eslint/config-inspector": "^1.
|
|
89
|
+
"@eslint/config-inspector": "^1.3.0",
|
|
90
90
|
"@prettier/plugin-xml": "^3.4.2",
|
|
91
|
-
"@types/node": "24.
|
|
92
|
-
"@unocss/eslint-plugin": "^66.
|
|
91
|
+
"@types/node": "24.9.2",
|
|
92
|
+
"@unocss/eslint-plugin": "^66.5.4",
|
|
93
|
+
"bumpp": "^10.3.1",
|
|
94
|
+
"eslint": "^9.38.0",
|
|
93
95
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
94
|
-
"eslint-typegen": "^2.
|
|
96
|
+
"eslint-typegen": "^2.3.0",
|
|
95
97
|
"execa": "^9.6.0",
|
|
96
|
-
"lint-staged": "^16.
|
|
97
|
-
"pnpm-workspace-yaml": "^1.
|
|
98
|
+
"lint-staged": "^16.2.6",
|
|
99
|
+
"pnpm-workspace-yaml": "^1.3.0",
|
|
98
100
|
"prettier-plugin-slidev": "^1.0.5",
|
|
99
|
-
"react": "^19.
|
|
100
|
-
"simple-git-hooks": "^2.13.
|
|
101
|
-
"tinyglobby": "^0.2.
|
|
102
|
-
"tsdown": "^0.
|
|
103
|
-
"tsx": "^4.20.
|
|
104
|
-
"typescript": "^5.
|
|
105
|
-
"vitest": "^
|
|
106
|
-
"vue": "^3.5.
|
|
107
|
-
"@liwo/eslint-config": "0.0.
|
|
101
|
+
"react": "^19.2.0",
|
|
102
|
+
"simple-git-hooks": "^2.13.1",
|
|
103
|
+
"tinyglobby": "^0.2.15",
|
|
104
|
+
"tsdown": "^0.15.11",
|
|
105
|
+
"tsx": "^4.20.6",
|
|
106
|
+
"typescript": "^5.9.3",
|
|
107
|
+
"vitest": "^4.0.5",
|
|
108
|
+
"vue": "^3.5.22",
|
|
109
|
+
"@liwo/eslint-config": "0.0.7"
|
|
108
110
|
},
|
|
109
111
|
"simple-git-hooks": {
|
|
110
112
|
"pre-commit": "npx lint-staged"
|
|
@@ -124,6 +126,7 @@
|
|
|
124
126
|
"lint": "eslint",
|
|
125
127
|
"gen": "tsx scripts/typegen.ts",
|
|
126
128
|
"test": "vitest",
|
|
129
|
+
"release": "bumpp",
|
|
127
130
|
"typecheck": "tsc --noEmit"
|
|
128
131
|
}
|
|
129
132
|
}
|