eslint-config-buefy
Version:
Official ESLint rules for Buefy
34 lines (24 loc) • 1.1 kB
Markdown
# eslint-config-buefy
[](https://npmjs.com/package/eslint-config-buefy)
[](https://npmjs.com/package/eslint-config-buefy)
[](https://circleci.com/gh/buefy/eslint-config-buefy)
[](https://codecov.io/gh/buefy/eslint-config-buefy)
[](http://buefy.github.io)
> Official ESLint rules for Buefy
## Usage
```bash
npm i -D eslint-config-buefy
# or
yarn add -D eslint-config-buefy
```
Add it to your `.eslintrc.js` file:
```json
{
"extends": [
"buefy"
]
}
```
## License
Code released under [ MIT license](http://opensource.org/licenses/MIT).
Copyright (c) 2017, Rafael Beraldo.