forked from MobileReality/eslint-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.64 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@nextriot/eslint-config",
"version": "0.10.1",
"description": "ESLint's configuration of Mobile Reality Team",
"repository": "https://github.com/nextriot/eslint-config",
"author": "Mobile Reality <[email protected]> (https://mobilereality.pl)",
"contributors": [
{
"name": "@irekrog",
"url": "https://github.com/irekrog"
},
{
"name": "Mateusz Tkacz",
"url": "https://github.com/CatchMe2"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MobileReality/eslint-config/issues"
},
"homepage": "https://github.com/MobileReality/eslint-config/#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"eslint",
"config",
"eslint config",
"mobilereality",
"mobile reality"
],
"scripts": {
"release": "release-it",
"release:beta": "release-it --preRelease=beta --no-git.requireUpstream",
"prepare": "husky install"
},
"lint-staged": {
"*.{md,json,js}": "prettier --write ."
},
"dependencies": {
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-unicorn": "^43.0.2"
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.0.0",
"husky": "^8.0.1",
"lint-staged": "^12.3.7",
"prettier": "^2.7.1",
"release-it": "^15.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "~5.31.0",
"@typescript-eslint/parser": "~5.31.0",
"eslint": "^8.37.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.7.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
},
"eslint-plugin-jest": {
"optional": true
},
"eslint-plugin-jsx-a11y": {
"optional": true
},
"eslint-plugin-react": {
"optional": true
},
"eslint-plugin-react-hooks": {
"optional": true
},
"eslint-plugin-react-native": {
"optional": true
},
"eslint-plugin-simple-import-sort": {
"optional": true
}
}
}