1.0.0 • Published 5 years ago

eslint-config-butterfly v1.0.0

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

🦋 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-butterfly

Configuration

In eslintrc file like .eslintrc .eslintrc.js

{
  "extends": ["butterfly"]
}