@rushstack/eslint-bulk
Version:
Roll out new ESLint rules in a large monorepo without cluttering up your code with "eslint-ignore-next-line"
40 lines • 966 B
JSON
{
"name": "@rushstack/eslint-bulk",
"version": "0.4.7",
"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"
},
"keywords": [
"eslintrc",
"eslint",
"bulk",
"legacy",
"retroactive",
"disable",
"ignore",
"suppression",
"monkey",
"patch"
],
"devDependencies": {
"@types/node": "20.17.19",
"eslint": "~9.37.0",
"@rushstack/eslint-patch": "1.15.0",
"@rushstack/heft": "1.1.6",
"local-node-rig": "1.0.0"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"start": "node ./lib/start.js"
}
}