1.0.0 • Published 2 years ago

@mels/eslint-config-prettier v1.0.0

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

✨ 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