-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 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
{
"name": "@absqueued/eslint-plugin-ts-ignore-comments",
"version": "1.1.2",
"description": "Enforce a custom description for // @ts-ignore comments",
"main": "./lib/index.js",
"scripts": {
"test": "node ./lib/__test__/comments.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/absqueued/eslint-plugin-ts-ignore-comments.git"
},
"keywords": [
"eslint",
"tslint",
"eslint-plugin",
"typescript",
"ts-ignore",
"expect-ts-error",
"ban-ts-comment"
],
"author": "Shekhar K. Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/absqueued/eslint-plugin-ts-ignore-comments/issues"
},
"homepage": "https://github.com/absqueued/eslint-plugin-ts-ignore-comments#readme",
"devDependencies": {
"eslint": "9.x",
"np": "^10.0.7"
},
"peerDependencies": {
"eslint": ">=7.0.0",
"typescript": ">=4.0.0"
}
}