1. eslint-config-buefy
Official ESLint rules for Buefy
eslint-config-buefy
Package: eslint-config-buefy
Created by: buefy
Last modified: Wed, 13 Sep 2023 16:38:15 GMT
Version: 0.0.3
License: MIT
Downloads: 212
Repository: https://github.com/buefy/eslint-config-buefy

Install

npm install eslint-config-buefy
yarn add eslint-config-buefy

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.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin