Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@rushstack/eslint-bulk
Advanced tools
This is a companion package for @rushstack/eslint-patch that should be installed globally as follows:
npm i -g @rushstack/eslint-bulk
The eslint-bulk package is a set of command line tools to use with the ESLint bulk suppressions patch. eslint-bulk commands must be run in the same current working directory containing your package's pertaining .eslintrc.js or .eslintrc.cjs file.
Use this command to automatically generate bulk suppressions for the given files and given rules. Supply the paths as the main argument. The paths argument is a glob pattern that follows the same rules as the "files" argument in the "eslint" command.
eslint-bulk suppress --rule NAME1 [--rule NAME2...] PATH1 [PATH2...]
eslint-bulk suppress --all PATH1 [PATH2...]
Use this command to automatically delete all unused suppression entries in all .eslint-bulk-suppressions.json files under the current working directory.
eslint-bulk prune
@rushstack/eslint-bulk
is part of the Rush Stack family of projects.
FAQs
Roll out new ESLint rules in a large monorepo without cluttering up your code with "eslint-ignore-next-line"
The npm package @rushstack/eslint-bulk receives a total of 3,449 weekly downloads. As such, @rushstack/eslint-bulk popularity was classified as popular.
We found that @rushstack/eslint-bulk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.