Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/eslint-bulk

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/eslint-bulk

A set of helper CLIs to use with the rushstack ESLint toolchain

  • 0.1.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.8K
increased by115.7%
Maintainers
3
Weekly downloads
 
Created
Source

@rushstack/eslint-bulk

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.

eslint-bulk suppress

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...]

eslint-bulk prune

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
  • CHANGELOG.md - Find out what's new in the latest version

@rushstack/eslint-bulk is part of the Rush Stack family of projects.

Keywords

FAQs

Package last updated on 16 Jan 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc