1.0.0 • Published 5 years ago

@blargbot/eslint-config-blargbot-vue v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

eslint-config-blargbot-vue

An eslint configuration extension for blargbot, targetting vue.

Installation

$ npm install --dev @blargbot/eslint-config-blargbot-vue
$ yarn add -D @blargbot/eslint-config-blargbot-vue

Usage

module.exports = {
  extends: [
    '@blargbot/eslint-config-blargbot',
    '@blargbot/eslint-config-blargbot-vue'
  ]
}