-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.76 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "eslint-config-noir",
"version": "1.5.2",
"description": "Noir ESLint shareable config",
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com/)",
"license": "MIT",
"homepage": "https://github.com/ardalanamini/eslint-config-noir#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ardalanamini/eslint-config-noir.git"
},
"bugs": {
"url": "https://github.com/ardalanamini/eslint-config-noir/issues"
},
"keywords": [
"eslint",
"config",
"eslintconfig",
"eslint-config",
"noir",
"code",
"quality",
"style",
"lint",
"linter",
"validate",
"code style",
"strict",
"check",
"checker",
"verify",
"enforce",
"hint",
"typescript"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "pnpm lint --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 6.7.0",
"eslint-import-resolver-typescript": ">= 3.6.0",
"eslint-plugin-import": ">= 2.28.1",
"eslint": ">= 8.49.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"eslint-import-resolver-typescript": {
"optional": true
},
"eslint-plugin-import": {
"optional": true
}
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}