@smartlook/eslint-config-prettier
v1.5.0
Published
Smartlook ESLint configuration for Prettier
Keywords
Readme
@smartlook/eslint-config-prettier
This config should be used in all projects which use Prettier.
Installation
npm i -D @smartlook/eslint-config-prettier// .eslintrc.js
module.exports = {
extends: ['@smartlook/eslint-config-prettier'],
}License
See LICENSE.
