-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "eslint-config-sweet",
"version": "22.0.0",
"description": "ESLint shareable config for the most sweet-ass JavaScript and TypeScript. 🤙🏼",
"keywords": [
"eslint",
"eslint-config"
],
"homepage": "https://github.com/robinloeffel/eslint-config-sweet",
"bugs": "https://github.com/robinloeffel/eslint-config-sweet/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/robinloeffel/eslint-config-sweet.git"
},
"license": "MIT",
"author": "Robin Löffel",
"type": "module",
"main": "eslint.config.js",
"scripts": {
"inspect": "npx @eslint/config-inspector@latest",
"start": "vitest"
},
"dependencies": {
"@eslint/compat": "^1.2.1",
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "^2.9.0",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-unicorn": "^56.0.0",
"typescript-eslint": "^8.11.0"
},
"devDependencies": {
"@types/eslint__js": "^8.42.3",
"eslint": "^9.13.0",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"peerDependencies": {
"eslint": "^9",
"typescript": "^5"
},
"overrides": {
"eslint": "^9.13.0"
}
}