-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
36
37
38
39
40
41
42
43
44
45
{
"name": "@shaharmor/eslint-config",
"version": "8.12.0",
"description": "My opinionated eslint config",
"keywords": [
"eslint",
"eslintconfig"
],
"homepage": "https://github.com/shaharmor/eslint-config",
"bugs": {
"url": "https://github.com/shaharmor/eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaharmor/eslint-config.git"
},
"license": "MIT",
"author": {
"name": "Shahar Mor"
},
"main": ".eslintrc.js",
"files": [
".eslintrc.js",
"airbnb-compatibility.js"
],
"dependencies": {
"@rushstack/eslint-patch": "1.1.1",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "8.5.0",
"vue-eslint-parser": "8.3.0"
},
"peerDependencies": {
"eslint": "^8",
"prettier": "^2",
"typescript": "^4"
}
}