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

https://github.com/bkdev98/eslint-config-bkdev

Eslint config with less rule for react & react-native working with es7. Base of Airbnb.
https://github.com/bkdev98/eslint-config-bkdev

Last synced: 11 months ago
JSON representation

Eslint config with less rule for react & react-native working with es7. Base of Airbnb.

Awesome Lists containing this project

README

          

[![npm](https://img.shields.io/npm/dm/localeval.svg)](https://www.npmjs.com/package/eslint-config-bkdev)

## Usage

1. `npm i -D eslint-config-bkdev` || `yarn add -D eslint-config-bkdev`

2. Create .eslintrc file in the root directory

3. And paste this code

```
{
"extends": "bkdev"
}
```