-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1011 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
{
"name": "eslint-config-vvdev",
"version": "1.0.3",
"description": "eslint config for react-native developers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react-native": "^3.6.0",
"eslint-plugin-react-native-globals": "^0.1.2",
"eslint-plugin-react-hooks": "4.6.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4"
},
"devDependencies": {
},
"peerDependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/volga-volga/eslint-config-vvdev"
},
"bugs": {
"url": "https://github.com/volga-volga/eslint-config-vvdev/issues"
},
"homepage": "https://github.com/volga-volga/eslint-config-vvdev#readme",
"author": "Nikita Sirotkin",
"license": "ISC"
}