-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 763 Bytes
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
{
"name": "eslint-config-omizha",
"version": "0.5.0",
"description": "Omizha's eslint config",
"author": {
"name": "omizha"
},
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/omizha/eslint-config-omizha",
"devDependencies": {
"@types/eslint": "^8.4.10",
"@types/estree": "^1.0.0",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
},
"scripts": {
"build": "yarn tsc --build --force lib",
"build:watch": "yarn tsc -p lib",
"test": "yarn jest --watch"
}
}