Skip to content

buefy/eslint-config-buefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-buefy

npm (scoped with tag) npm CircleCI Codecov 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.