-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.14 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@torolocos/eslint-config",
"description": "ESlint config",
"keywords": [
"eslint",
"eslintconfig"
],
"homepage": "https://github.com/torolocos/eslint-config#readme",
"license": "MIT",
"author": "torolocos",
"publishConfig": {
"access": "public"
},
"main": "index.json",
"repository": {
"type": "git",
"url": "https://github.com/torolocos/eslint-config.git"
},
"bugs": {
"url": "https://github.com/torolocos/eslint-config/issues"
},
"scripts": {
"release": "auto shipit --no-version-prefix"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0"
},
"peerDependencies": {
"eslint": ">= 8"
},
"devDependencies": {
"@auto-it/conventional-commits": "^10.37.4",
"auto": "^10.37.4"
},
"auto": {
"plugins": [
"npm",
[
"conventional-commits",
{
"preset": "conventionalcommits"
}
]
]
},
"version": "0.0.7"
}