forked from aruzikulov/platform-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 821 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
{
"name": "@neufund/eslint-config",
"version": "1.0.0",
"description": "Shared ESLint config",
"main": "base.js",
"license": "MIT",
"private": true,
"scripts": {
"lint": "echo Nothing to lint",
"lint:fix": "echo Nothing to lint:fix",
"prepare": "echo Nothing to prepare"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react-native-a11y": "^2.0.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"eslint-plugin-react-native": "^3.8.1"
},
"peerDependencies": {
"eslint": ">=7"
},
"devDependencies": {
"eslint": "^7.3.1"
}
}