-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 995 Bytes
/
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
{
"name": "eslint-config-atzuche",
"version": "3.0.8",
"main": "index.js",
"repository": "[email protected]:aotuzuche/eslint-config-atzuche.git",
"author": "shao <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "yarn eslint && yarn tsc",
"eslint": "eslint . --ext '.js,.jsx,.ts,.tsx'",
"tsc": "tsc --noEmit"
},
"files": [
"base.js",
"index.js",
"react.js",
"typescript.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-eslint": "^10.1.0",
"eslint-config-alloy": "^4.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0"
},
"devDependencies": {
"@types/react": "^17.0.21",
"eslint": "^7.32.0",
"lint-staged": "^11.1.2",
"np": "^7.5.0",
"prettier": "^2.4.0",
"react": "^17.0.2",
"typescript": "^4.4.3"
}
}