-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 981 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
{
"name": "@tivix/eslint-config",
"version": "1.2.5",
"description": "Tivix's ESLint config",
"main": "index.js",
"author": "tivix",
"license": "UNLICENSED",
"private": false,
"homepage": "https://github.com/tivix/js-standard-eslint-config",
"repository": {
"type": "git",
"url": "https://github.com/tivix/js-standard-eslint-config.git"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-ts": "^0.4.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0"
},
"peerDependencies": {
"@tivix/prettier-config": "[email protected]:Tivix/js-standard-prettier-config.git",
"eslint": "^7"
}
}