@rushstack/eslint-bulk
Version:
Roll out new ESLint rules in a large monorepo without cluttering up your code with "eslint-ignore-next-line"
59 lines • 1.35 kB
JSON
{
"name": "@rushstack/eslint-bulk",
"version": "0.5.17",
"description": "Roll out new ESLint rules in a large monorepo without cluttering up your code with \"eslint-ignore-next-line\"",
"exports": {
"./lib/*": {
"types": "./lib-dts/*.d.ts",
"node": "./lib-commonjs/*.js",
"import": "./lib-esm/*.js",
"require": "./lib-commonjs/*.js"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"lib/*": [
"lib-dts/*"
]
}
},
"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",
"local-node-rig": "1.0.0",
"@rushstack/eslint-patch": "1.16.1",
"@rushstack/heft": "1.2.17"
},
"sideEffects": [
"lib-commonjs/start.js",
"lib-esm/start.js"
],
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"start": "node ./lib-commonjs/start.js"
}
}