eslint-config-prettier 1.6.1
Install from the command line:
Learn more about npm packages
$ npm install @smartlook/eslint-config-prettier@1.6.1
Install via package.json:
"@smartlook/eslint-config-prettier": "1.6.1"
About this version
This config should be used in all projects which use Prettier.
npm i -D @smartlook/eslint-config-prettier
// .eslintrc.js
module.exports = {
extends: ['@smartlook/eslint-config-prettier'],
}
See LICENSE.