patched-rulesets v0.16.0 is a collection of ESLint config presets for various plugin groups (e.g., React, TypeScript, Redux). It is designed to be used with the Patched linter and formatter but can be used standalone. It provides helpers like createConfig, getRuleSet, and configs to generate complete ESLint configurations. Differentiates from other ESLint config packs by grouping plugins into logical sets and providing patchable rulesets.
npm install patched-rulesetsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows two ways to use patched-rulesets: via predefined configs or programmatically with createConfig and getPlugins.
Always use `...configs.js` inside an `overrides` block, not at top level.
Use only one import ordering plugin. Omit 'coreES6' if using a different one.
Upgrade to Node 16+.
Run `yarn add patched-rulesets` or `npm install patched-rulesets`.
Use `...configs.js` (object spread) instead of `configs.js()`.
No dependency data recorded yet.