-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "eslint-config-react-native-ahughes",
"version": "1.1.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "eslint -c index.js tests/*.tsx --fix"
},
"author": "Alan Hughes <hughesno1@gmail.com>",
"homepage": "https://github.com/AlanH3160/eslint-config-react-native-ahughes#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlanH3160/eslint-config-react-native-ahughes.git"
},
"bugs": {
"url": "https://github.com/AlanH3160/eslint-config-react-native-ahughes/issues"
},
"devDependencies": {
"eslint": "^8.57.0",
"semantic-release": "^22.0.7",
"semantic-release-cli": "^5.4.4"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"typescript": "^5.4.2"
}
}