@alza54/eslint-config-vue

Strict shareable config for ESLint and TypeScript that I use for my projects

Usage no npm install needed!

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

README

@alza54/eslint-config-vue

shellcode.team Build Status shellcode-styleguide

Shareable configuration for eslint.

Installation

npm install --save-dev @alza54/eslint-config-vue 

or yarn

yarn add -D @alza54/eslint-config-vue 

Then, modify your eslint configuration:

{
  "extends": [
    "@alza54/vue"
  ]
}

Done! Later you can modify your configuration to include any extra rules you need.

License

MIT.