-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 999 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-wolox-react-native",
"version": "1.0.2",
"description": "Wolox's ESLint configuration for React Native projects ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Wolox/eslint-config-wolox-react-native.git"
},
"keywords": [
"ESLint",
"React",
"React Native",
"Wolox"
],
"author": "Wolox <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wolox/eslint-config-wolox-react-native/issues"
},
"homepage": "https://github.com/Wolox/eslint-config-wolox-reac-nativet#readme",
"dependencies": {
"@react-native-community/eslint-config": "0.0.5",
"@typescript-eslint/parser": "^2.4.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.4.0",
"eslint-config-wolox": "^3.0.2",
"eslint-plugin-jest": "^22.19.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"prettier": "^1.18.2",
"typescript": "^3.6.4"
}
}