-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@caryhu/eslint-config",
"version": "0.0.8",
"author": "Cary Hu <305997735@qq.com> (https://github.com/cary-hu)",
"description": "ESLint configuration for JavaScript, Customized with caryhu's style",
"homepage": "https://github.com/cary-hu/eslint-config",
"main": "index.js",
"files": [
"index.js",
"standard.js"
],
"scripts": {
"lint": "eslint . --config=index.js"
},
"keywords": [
"eslint-config"
],
"license": "MIT",
"peerDependencies": {
"eslint": ">=7.4.0"
},
"dependencies": {
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.2.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-yml": "^1.0.0",
"eslint-plugin-antfu": "^0.25.2",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.0.1",
"eslint-plugin-vue": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0"
},
"devDependencies": {
"eslint": "^8.18.0"
}
}