@mels/eslint-config-prettier
v1.0.0
Published
Shareable ESLint config for Prettier.
Downloads
12
Readme
✨ Features
This package contains my setup for having Prettier run as an ESLint rule.
Install
With npm:
npm install @mels/eslint-config-prettier --save-dev
With yarn:
yarn add @mels/eslint-config-prettier --dev
How To Use
Make sure to put it last in the extends
array.
// .eslintrc.js
module.exports = {
extends: ['@mels/base', '@mels/typescript', '@mels/react', '@mels/prettier'],
// ... rest of config
};
Credits
- Toolkit logo by Creatype from www.flaticon.com
License
MIT