Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 374 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 374 Bytes

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'
  ]
}