kgrubb / eslint-config-buefy

Official ESLint rules for Buefy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-buefy

npm (scoped with tag) npm GitHub Workflow Status js-standard-style

Official ESLint rules for Buefy

Usage

npm i -D eslint-config-buefy
# or
yarn add -D eslint-config-buefy

Add it to your .eslintrc.js file:

{
  "extends": [
    "buefy"
  ]
}

License

Code released under MIT license.

Copyright (c) 2017, Rafael Beraldo.

About

Official ESLint rules for Buefy

License:MIT License


Languages

Language:JavaScript 100.0%