forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 984 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 984 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
33
34
35
36
37
38
39
40
{
"name": "@rushstack/eslint-bulk",
"version": "0.4.4",
"description": "Roll out new ESLint rules in a large monorepo without cluttering up your code with \"eslint-ignore-next-line\"",
"main": "index.js",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "eslint/eslint-bulk"
},
"homepage": "https://rushstack.io",
"bin": {
"eslint-bulk": "./bin/eslint-bulk"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"start": "node ./lib/start.js"
},
"keywords": [
"eslintrc",
"eslint",
"bulk",
"legacy",
"retroactive",
"disable",
"ignore",
"suppression",
"monkey",
"patch"
],
"devDependencies": {
"@rushstack/eslint-patch": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"local-node-rig": "workspace:*"
}
}