@mels/eslint-patch

1.0.3 • Public • Published


Toolkit
@mels/eslint-patch

Allow shared ESLint configs to bring along their own plugins.

npm (scoped) Twitter Follow

InstallHow To UseCreditsLicense

Features

@mels/eslint-patch uses @rushstack/eslint-patch under the hood to enable shared ESLint configs in this toolkit to bring along their own plugins as dependencies, rather than imposing them as peer dependencies.

Please see for more info: https://www.npmjs.com/package/@rushstack/eslint-patch

Install

With npm:

npm install @mels/eslint-patch --save-dev

With yarn:

yarn add @mels/eslint-patch --dev

How To Use

Add a require() call to the to top of the .eslintrc.js file in the project that depends on the shared toolkit ESLint config.

// .eslintrc.js

require('@mels/eslint-patch');

module.exports = {
  extends: ['@mels'],
  // ... etc
};

Credits

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @mels/eslint-patch

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

5.11 kB

Total Files

5

Last publish

Collaborators

  • melanieseltzer