-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "@winme/eslint-config",
"description": "Eslint Typescript React Standard Style",
"version": "0.0.8",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": {
"name": "Winme",
"email": "[email protected]"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint && tape test/*.js"
},
"bugs": {
"url": "https://github.com/WinmezzZ/eslint-config-react-base.git/issues"
},
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/WinmezzZ/eslint-config-react-base.git"
},
"homepage": "https://github.com/WinmezzZ/eslint-config-react-base.git",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^3.2.5"
}
}