-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.04 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
40
{
"name": "eslint-config-react-native-typescript",
"version": "2.2.6",
"description": "Eslint config for TypeScript React Native projects",
"author": "Gabriel Toll Stålbom <[email protected]>",
"license": "MIT",
"main": "index.js",
"keywords": [
"eslint",
"config",
"react",
"react native",
"typescript",
"prettier",
"a11y"
],
"repository": {
"type": "git",
"url": "https://github.com/gabts/eslint-config-react-native-typescript.git"
},
"bugs": {
"url": "https://github.com/gabts/eslint-config-react-native-typescript/issues"
},
"peerDependencies": {
"eslint": "*",
"typescript": "*"
},
"dependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-order-alphabetical": "^1.0.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react-native-a11y": "^2.0.4"
},
"devDependencies": {
"prettier": "^2.1.0"
}
}