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.
- Host: GitHub
- URL: https://github.com/bkdev98/eslint-config-bkdev
- Owner: bkdev98
- Created: 2017-03-30T04:03:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T04:10:51.000Z (about 9 years ago)
- Last Synced: 2025-06-02T13:15:15.814Z (12 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](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"
}
```