@blargbot/eslint-config-blargbot-vue

eslint vue config for blargbot

Usage no npm install needed!

<script type="module">
  import blargbotEslintConfigBlargbotVue from 'https://cdn.skypack.dev/@blargbot/eslint-config-blargbot-vue';
</script>

README

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