eslint-config-butterfly
v1.0.0
Published
eslint config for base javascript
Readme
🦋 eslint-config-butterfly
Eslint Config for Vanilla JS with airbnb and prettier
Installation
# use npm
npm install --save-dev eslint-config-butterfly
# use yarn
yarn add -D eslint-config-butterflyConfiguration
In eslintrc file like .eslintrc .eslintrc.js
{
"extends": ["butterfly"]
}