@liwo/eslint-config 0.0.1
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/LICENSE +21 -0
- package/README.md +5 -0
- package/dist/index.d.ts +16622 -0
- package/dist/index.js +2171 -0
- package/package.json +162 -0
package/package.json
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@liwo/eslint-config",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.0.1",
|
|
5
|
+
"description": "ESLint config by Liwo",
|
|
6
|
+
"author": "Aoang <aoang@x2oe.com>",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/liwonet/eslint-config",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/liwonet/eslint-config.git"
|
|
12
|
+
},
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/liwonet/eslint-config/issues"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [
|
|
17
|
+
"eslint-config"
|
|
18
|
+
],
|
|
19
|
+
"exports": {
|
|
20
|
+
".": "./dist/index.js"
|
|
21
|
+
},
|
|
22
|
+
"main": "./dist/index.js",
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"files": [
|
|
25
|
+
"dist"
|
|
26
|
+
],
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"@eslint-react/eslint-plugin": "^1.38.4",
|
|
29
|
+
"@prettier/plugin-xml": "^3.4.1",
|
|
30
|
+
"@unocss/eslint-plugin": ">=0.50.0",
|
|
31
|
+
"astro-eslint-parser": "^1.0.2",
|
|
32
|
+
"eslint": "^9.10.0",
|
|
33
|
+
"eslint-plugin-astro": "^1.2.0",
|
|
34
|
+
"eslint-plugin-format": ">=0.1.0",
|
|
35
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
36
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
37
|
+
"eslint-plugin-solid": "^0.14.3",
|
|
38
|
+
"eslint-plugin-svelte": ">=2.35.1",
|
|
39
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
40
|
+
"prettier-plugin-astro": "^0.14.0",
|
|
41
|
+
"prettier-plugin-slidev": "^1.0.5",
|
|
42
|
+
"svelte-eslint-parser": ">=0.37.0"
|
|
43
|
+
},
|
|
44
|
+
"peerDependenciesMeta": {
|
|
45
|
+
"@eslint-react/eslint-plugin": {
|
|
46
|
+
"optional": true
|
|
47
|
+
},
|
|
48
|
+
"@prettier/plugin-xml": {
|
|
49
|
+
"optional": true
|
|
50
|
+
},
|
|
51
|
+
"@unocss/eslint-plugin": {
|
|
52
|
+
"optional": true
|
|
53
|
+
},
|
|
54
|
+
"astro-eslint-parser": {
|
|
55
|
+
"optional": true
|
|
56
|
+
},
|
|
57
|
+
"eslint-plugin-astro": {
|
|
58
|
+
"optional": true
|
|
59
|
+
},
|
|
60
|
+
"eslint-plugin-format": {
|
|
61
|
+
"optional": true
|
|
62
|
+
},
|
|
63
|
+
"eslint-plugin-react-hooks": {
|
|
64
|
+
"optional": true
|
|
65
|
+
},
|
|
66
|
+
"eslint-plugin-react-refresh": {
|
|
67
|
+
"optional": true
|
|
68
|
+
},
|
|
69
|
+
"eslint-plugin-vuejs-accessibility": {
|
|
70
|
+
"optional": true
|
|
71
|
+
},
|
|
72
|
+
"prettier-plugin-slidev": {
|
|
73
|
+
"optional": true
|
|
74
|
+
},
|
|
75
|
+
"svelte-eslint-parser": {
|
|
76
|
+
"optional": true
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"dependencies": {
|
|
80
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
81
|
+
"@clack/prompts": "^0.11.0",
|
|
82
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
83
|
+
"@eslint/markdown": "^7.0.0",
|
|
84
|
+
"@stylistic/eslint-plugin": "^5.1.0",
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^8.37.0",
|
|
86
|
+
"@typescript-eslint/parser": "^8.37.0",
|
|
87
|
+
"@vitest/eslint-plugin": "^1.3.4",
|
|
88
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
89
|
+
"eslint-flat-config-utils": "^2.1.0",
|
|
90
|
+
"eslint-merge-processors": "^2.0.0",
|
|
91
|
+
"eslint-plugin-antfu": "^3.1.1",
|
|
92
|
+
"eslint-plugin-command": "^3.3.1",
|
|
93
|
+
"eslint-plugin-import-lite": "^0.3.0",
|
|
94
|
+
"eslint-plugin-jsdoc": "^51.3.4",
|
|
95
|
+
"eslint-plugin-jsonc": "^2.20.1",
|
|
96
|
+
"eslint-plugin-n": "^17.21.0",
|
|
97
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
98
|
+
"eslint-plugin-perfectionist": "^4.15.0",
|
|
99
|
+
"eslint-plugin-pnpm": "^1.0.0",
|
|
100
|
+
"eslint-plugin-regexp": "^2.9.0",
|
|
101
|
+
"eslint-plugin-toml": "^0.12.0",
|
|
102
|
+
"eslint-plugin-unicorn": "^59.0.1",
|
|
103
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
104
|
+
"eslint-plugin-vue": "^10.3.0",
|
|
105
|
+
"eslint-plugin-yml": "^1.18.0",
|
|
106
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
107
|
+
"globals": "^16.3.0",
|
|
108
|
+
"jsonc-eslint-parser": "^2.4.0",
|
|
109
|
+
"local-pkg": "^1.1.1",
|
|
110
|
+
"parse-gitignore": "^2.0.0",
|
|
111
|
+
"toml-eslint-parser": "^0.10.0",
|
|
112
|
+
"vue-eslint-parser": "^10.2.0",
|
|
113
|
+
"yaml-eslint-parser": "^1.3.0"
|
|
114
|
+
},
|
|
115
|
+
"devDependencies": {
|
|
116
|
+
"@eslint-react/eslint-plugin": "^1.52.3",
|
|
117
|
+
"@eslint/config-inspector": "^1.1.0",
|
|
118
|
+
"@prettier/plugin-xml": "^3.4.2",
|
|
119
|
+
"@types/node": "^24.0.13",
|
|
120
|
+
"@unocss/eslint-plugin": "^66.3.3",
|
|
121
|
+
"bumpp": "^10.2.0",
|
|
122
|
+
"eslint": "^9.31.0",
|
|
123
|
+
"eslint-plugin-format": "^1.0.1",
|
|
124
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
125
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
126
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
127
|
+
"eslint-typegen": "^2.2.1",
|
|
128
|
+
"execa": "^9.6.0",
|
|
129
|
+
"lint-staged": "^16.1.2",
|
|
130
|
+
"pnpm-workspace-yaml": "^1.0.0",
|
|
131
|
+
"prettier-plugin-slidev": "^1.0.5",
|
|
132
|
+
"simple-git-hooks": "^2.13.0",
|
|
133
|
+
"tinyglobby": "^0.2.14",
|
|
134
|
+
"tsdown": "^0.12.9",
|
|
135
|
+
"tsx": "^4.20.3",
|
|
136
|
+
"typescript": "^5.8.3",
|
|
137
|
+
"vitest": "^3.2.4",
|
|
138
|
+
"vue": "^3.5.17",
|
|
139
|
+
"@liwo/eslint-config": "0.0.1"
|
|
140
|
+
},
|
|
141
|
+
"simple-git-hooks": {
|
|
142
|
+
"pre-commit": "npx lint-staged"
|
|
143
|
+
},
|
|
144
|
+
"lint-staged": {
|
|
145
|
+
"*": "eslint --fix"
|
|
146
|
+
},
|
|
147
|
+
"volta": {
|
|
148
|
+
"node": "22.17.1"
|
|
149
|
+
},
|
|
150
|
+
"scripts": {
|
|
151
|
+
"build": "pnpm run gen && tsdown --clean --dts",
|
|
152
|
+
"stub": "tsdown",
|
|
153
|
+
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
|
|
154
|
+
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
|
|
155
|
+
"watch": "tsdown --watch",
|
|
156
|
+
"lint": "eslint",
|
|
157
|
+
"gen": "tsx scripts/typegen.ts",
|
|
158
|
+
"release": "bumpp && pnpm publish",
|
|
159
|
+
"test": "vitest",
|
|
160
|
+
"typecheck": "tsc --noEmit"
|
|
161
|
+
}
|
|
162
|
+
}
|