Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bifot/eslint-config
Eslint config based on airbnb-base with a few needed rules.
https://github.com/bifot/eslint-config
Last synced: about 2 months ago
JSON representation
Eslint config based on airbnb-base with a few needed rules.
- Host: GitHub
- URL: https://github.com/bifot/eslint-config
- Owner: bifot
- Created: 2018-09-06T19:43:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T11:43:22.000Z (about 6 years ago)
- Last Synced: 2024-10-08T17:02:30.812Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# @bifot/eslint-config
Eslint config based on airbnb-base with a few needed rules.
## Install
```sh
$ npm i @bifot/eslint-config -D
```## Usage
In your eslint config:
```js
{
extends: '@bifot/eslint-config',
...
}
```## License
MIT.