-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.2 KB
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
{
"name": "eslint-config-shaw",
"version": "0.0.3",
"description": "一套个人喜欢的的代码风格Eslint配置。",
"main": "index.js",
"scripts": {
"eslint": "npx eslint --ext .js,.ts,.jsx,.tsx,.vue .",
"eslint:fix": "npx eslint --fix --ext .js,.ts,.jsx,.tsx,.vue .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaw996/eslint-config-shaw.git"
},
"keywords": [
"eslint",
"rules"
],
"author": "shawliu996@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaw996/eslint-config-shaw/issues"
},
"homepage": "https://github.com/shaw996/eslint-config-shaw#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^39.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.4.2"
},
"peerDependencies": {
"eslint": ">= 7 & < 9"
}
}