-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1009 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": "@wcpos/eslint-config",
"version": "1.7.0",
"description": "Eslint configuration for React Native",
"author": "kilbot <[email protected]>",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "node_modules/.bin/eslint .",
"build": "echo 'Nothing to build'",
"test": "echo 'Nothing to test'"
},
"peerDependencies": {
"eslint": ">= 8"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@wcpos/tsconfig": "*",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-universe": "^13.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-native": "4.1.0",
"prettier": "3.3.3",
"typescript": "^5.4.5"
}
}