Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hjxenjoy/eslint-config-butterfly

eslint config for base javascript
https://github.com/hjxenjoy/eslint-config-butterfly

Last synced: 10 days ago
JSON representation

eslint config for base javascript

Awesome Lists containing this project

README

        

# 🦋 eslint-config-butterfly

Eslint Config for Vanilla JS with airbnb and prettier

## Installation

```sh
# 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`

```json
{
"extends": ["butterfly"]
}
```