-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
46
47
48
49
{
"name": "eslint-config-nosolosoftware",
"version": "6.5.0",
"description": "NosoloSoftware Javascript style guide",
"main": "index.js",
"author": "Juan Antonio Galisteo <jgalisteo@nosolosoftware.es>",
"license": "MIT",
"homepage": "https://github.com/nosolosoftware/eslint-config-nosolosoftware",
"repository": {
"type": "git",
"url": "https://github.com/nosolosoftware/eslint-config-nosolosoftware.git"
},
"keywords": [
"eslint",
"config",
"nss",
"nosolosoftware"
],
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.18.1",
"typescript": "^5"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
},
"eslint-plugin-import": {
"optional": true
},
"eslint-plugin-jest": {
"optional": true
},
"eslint-plugin-vue": {
"optional": true
},
"typescript": {
"optional": true
}
}
}