UNPKG

eslint-config-buefy

Version:
34 lines (24 loc) 1.1 kB
# eslint-config-buefy [![npm (scoped with tag)](https://img.shields.io/npm/v/eslint-config-buefy/latest.svg?style=flat-square)](https://npmjs.com/package/eslint-config-buefy) [![npm](https://img.shields.io/npm/dt/eslint-config-buefy.svg?style=flat-square)](https://npmjs.com/package/eslint-config-buefy) [![CircleCI](https://img.shields.io/circleci/project/github/buefy/eslint-config-buefy.svg?style=flat-square)](https://circleci.com/gh/buefy/eslint-config-buefy) [![Codecov](https://img.shields.io/codecov/c/github/buefy/eslint-config-buefy.svg?style=flat-square)](https://codecov.io/gh/buefy/eslint-config-buefy) [![js-standard-style](https://img.shields.io/badge/code_style-buefy-7957d5.svg?style=flat-square)](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.