-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 992 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
35
36
37
{
"name": "eslint-config-memcrab",
"version": "2.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/memCrab/eslint-config-memcrab.git"
},
"keywords": [
"eslint",
"memcrab"
],
"author": "Max Mykhailenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/memCrab/eslint-config-memcrab/issues"
},
"homepage": "https://github.com/memCrab/eslint-config-memcrab#readme",
"peerDependencies": {
"@typescript-eslint/parser": ">=5",
"eslint": ">=8",
"eslint-plugin-jsdoc": ">=40.1.0",
"eslint-plugin-no-loops": ">=0.3",
"eslint-plugin-react": ">=7",
"eslint-plugin-react-hooks": ">= 4",
"eslint-plugin-react-perf": ">= 3.3.0",
"@getify/eslint-plugin-proper-arrows": ">= 3.3.0",
"@typescript-eslint/eslint-plugin": ">=5"
},
"devDependencies": {
"prettier": "2.8.7"
}
}