https://github.com/beanloop/eslint-config-beanloop
https://github.com/beanloop/eslint-config-beanloop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beanloop/eslint-config-beanloop
- Owner: beanloop
- License: apache-2.0
- Created: 2016-06-27T21:04:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T14:28:32.000Z (over 9 years ago)
- Last Synced: 2025-02-05T16:43:30.058Z (12 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-beanloop
An opinionated eslint config.
## Installation
```sh
npm install eslint-config-beanloop
```
## Usage
Set your eslint config to:
```json
{
"extends": "beanloop"
}
```
## [License](LICENSE)