-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.05 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
{
"name": "eslint-config-tiu",
"version": "1.0.1",
"description": "ESLint and Prettier Config from Paolo Tiu",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/paolotiu/eslint-config-tiu.git"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
"eslint": "^7.29.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"prettier": "^2.3.1",
"typescript": "^4.3.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
"eslint": "^7.29.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"prettier": "^2.3.1",
"typescript": "^4.3.4"
}
}