-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.26 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
{
"author": {
"name": "Ubleam",
"web": "https://github.com/Ubleam/"
},
"bugs": {
"url": "https://github.com/Ubleam/eslint-config-ubleam/issues"
},
"description": "ESLint Shareable Config used @ubleam.com",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"standard-version": "^9.1.0"
},
"files": [
"index.js",
".eslintrc.js",
".editorconfig"
],
"homepage": "https://github.com/Ubleam/eslint-config-ubleam",
"keywords": [
"code",
"quality",
"style",
"eslint",
"eslintconfig"
],
"license": "BSD-3-Clause",
"name": "@ubleam/eslint-config",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": ">= 7",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1"
},
"repository": "git@github.com:Ubleam/eslint-config-ubleam.git",
"scripts": {
"release": "standard-version --sign"
},
"version": "0.4.0"
}