-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 873 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 873 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
30
31
32
{
"name": "@nshcore-npm/eslint-config-nshcore",
"version": "0.0.9",
"private": false,
"description": "My strict eslint presets",
"main": "index.js",
"author": "nshcore@protonmail.com",
"license": "MIT",
"peerDependencies": {
"eslint": ">= 7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nshcore/eslint-config-nshcore.git"
},
"engines": {
"node": ">=10.23.1",
"npm": "^6.13.4"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-newlines": "^1.1.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-promise": "^4.2.1",
"typescript": "^4.1.3"
}
}