-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 807 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 807 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
29
{
"name": "@musma/eslint-config",
"version": "0.0.43",
"description": "Musma's ESLint config with TypeScript support",
"main": "index.js",
"author": "YoungSu Kim (jklasd2001@musma.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Musma/eslint-config.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"files": [
"index.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.7.1"
}
}