Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.