🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@rushstack/eslint-patch

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/eslint-patch

Enhance ESLint with better support for large scale monorepos

1.12.0
latest
Version published
Weekly downloads
12M
1.76%
Maintainers
3
Weekly downloads
 
Created

What is @rushstack/eslint-patch?

The @rushstack/eslint-patch package is designed to enhance the integration of ESLint with monorepo setups, particularly those managed by Rush. It patches ESLint to allow for more flexible configuration file resolution, which is useful when dealing with multiple packages in a monorepo. This package helps to ensure that ESLint can correctly find and use configurations and plugins from common/shared locations.

What are @rushstack/eslint-patch's main functionalities?

Patching ESLint to support monorepo configurations

This code snippet is used at the beginning of an ESLint configuration file to apply the patch. It enables ESLint to resolve plugins and configurations from a common root in a monorepo, rather than from each package's local node_modules.

require('@rushstack/eslint-patch/modern-module-resolution');

Other packages similar to @rushstack/eslint-patch

FAQs

Package last updated on 26 Jun 2025

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