💕
@heartly/eslint-config
Standard Eslint Config with Prettier for JavaScript Projects.
Install
yarn add @heartly/eslint-config -D
# or
npm install @heartly/eslint-config -D
Setup
Make a .eslintrc
file with the following.
{
"extends": "@heartly/eslint-config"
}
Make a prettier.config.js
file with the following.
module.exports = require('./packages/eslint-config/dist/prettier')
Fin
Heartly is inspired by wanting friendly coding.