-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.54 KB
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
41
42
43
44
45
46
{
"name": "eslint-config-react-native-wcandillon",
"version": "0.0.0-development",
"description": "",
"main": "eslint.config.js",
"scripts": {
"test": "./test-prettier.sh && eslint tests/App.tsx tests/PrettierTest.tsx --fix",
"test:prettier": "./test-prettier.sh",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/wcandillon/eslint-config-react-native-wcandillon.git"
},
"author": "William Candillon <wcandillon@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wcandillon/eslint-config-react-native-wcandillon/issues"
},
"homepage": "https://github.com/wcandillon/eslint-config-react-native-wcandillon#readme",
"devDependencies": {
"eslint": "^9.35.0",
"semantic-release": "^24.2.8",
"semantic-release-cli": "^5.4.6"
},
"dependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint-plugin-flowtype": "^8.0.3"
}
}