-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 912 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
{
"name": "eslint-config-eta-dev",
"version": "1.0.0",
"description": "A shareable ESLint config",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eta-dev/eslint-config-eta-dev.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "shadowtime2000",
"license": "MIT",
"bugs": {
"url": "https://github.com/eta-dev/eslint-config-eta-dev/issues"
},
"homepage": "https://github.com/eta-dev/eslint-config-eta-dev#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint-config-prettier": "^8.5.0"
},
"peerDependencies": {
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
}
}