-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.25 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
50
51
52
53
54
55
{
"name": "@garraflavatra/yeslint",
"version": "1.3.0",
"description": "Sensible configuration for your ESLint installation",
"main": "index.js",
"author": "Romein van Buren <romein@vburen.nl>",
"homepage": "https://github.com/garraflavatra/yeslint#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/garraflavatra/yeslint.git"
},
"keywords": [
"lint",
"linting",
"linter",
"ESLint"
],
"bugs": {
"url": "https://github.com/garraflavatra/yeslint/issues"
},
"files": [
"index.js",
"configs"
],
"dependencies": {
"eslint-plugin-import": "^2.27.5"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^7.9.0 || ^8.0.0",
"eslint-plugin-svelte": "^2.46.0",
"typescript": "^5.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/parser": {
"optional": true
},
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"eslint-plugin-svelte": {
"optional": true
},
"typescript": {
"optional": true
}
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-svelte": "^2.32.4",
"svelte": "^4.1.1"
}
}