1.0.3 • Published 2 years ago

@mels/eslint-patch v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

✨ 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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago