Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hjxenjoy/eslint-config-butterfly
- Owner: hjxenjoy
- Created: 2019-08-20T07:26:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T07:29:00.000Z (about 5 years ago)
- Last Synced: 2024-08-08T21:12:36.535Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
}
```