-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 967 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
35
36
37
38
{
"name": "@sota1235/eslint-config",
"version": "5.0.1",
"description": "ESLint configuration for @sota1235",
"main": "src/index.js",
"type": "module",
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"format": "npm run lint:fix && prettier . --write"
},
"keywords": [
"eslint",
"sota1235"
],
"author": "sota1235",
"license": "MIT",
"repository": "https://github.com/sota1235/eslint-config-sota1235",
"dependencies": {
"@eslint/js": "9.13.0",
"@types/eslint__js": "8.42.3",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"eslint": ">= 9",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"typescript-eslint": "8.11.0"
},
"devDependencies": {
"@types/eslint": "9.6.1",
"prettier": "^3.0.0",
"typescript": "5.6.3"
},
"peerDependencies": {
"eslint": ">= 9"
}
}