-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 886 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
32
33
34
{
"name": "eslint-config-two-stroke",
"description": "eslint settings for two-stroke.",
"license": "MIT",
"version": "1.1.8",
"main": "index.js",
"dependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-vitest": "^0.5.4",
"typescript-eslint": "^8.20.0"
},
"packageManager": "[email protected]",
"prettier": {
"printWidth": 80
},
"devDependencies": {
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
"peerDependencies": {
"eslint": ">=9",
"prettier": ">=3"
},
"type": "module"
}