-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1011 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
{
"name": "eslint-config-whatwedo",
"version": "1.0.0",
"description": "whatwedo ESLint config based on Airbnb config",
"keywords": ["eslint", "whatwedo"],
"author": "whatwedo <welove@whatwedo.ch>",
"repository": "git@github.com:whatwedo/eslint-config-whatwedo.git",
"license": "MIT",
"main": "index.js",
"dependencies": {
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0"
},
"peerDependencies": {
"eslint": ">= 8",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5"
}
}