-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.28 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
{
"name": "eslint-config-react-native-dotcode",
"version": "1.0.0",
"description": "Eslint configuration for React Native projects created by Dotcode.is",
"main": "index.js",
"scripts": {
"test": "eslint -c index.js tests/*.js --fix",
"semantic-release": "semantic-release"
},
"author": "Yara Polana <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yarapolana/eslint-config-react-native-dotcode.git"
},
"bugs": {
"url": "https://github.com/yarapolana/eslint-config-react-native-dotcode/issues"
},
"homepage": "https://github.com/yarapolana/eslint-config-react-native-dotcode",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react-hooks": "2.3.0",
"semantic-release": "17.0.1",
"semantic-release-cli": "5.2.3"
},
"dependencies": {
"babel-plugin-root-import": "6.4.1",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "6.10.0",
"eslint-import-resolver-babel-plugin-root-import": "1.1.1",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react-native": "3.8.1",
"eslint-plugin-react-hooks": "2.3.0",
"prettier": "1.19.1"
}
}