@andre-brdoch/eslint-config-vueslint

Eslint config for vue.js

Usage no npm install needed!

<script type="module">
  import andreBrdochEslintConfigVueslint from 'https://cdn.skypack.dev/@andre-brdoch/eslint-config-vueslint';
</script>

README

An opinionated eslint config for vue.js projects 🤓

Usage

$ npm i -D @andre-brdoch/eslint-config-vueslint eslint-plugin-vue@7.0.0-beta.1 eslint

Add a .eslintrc.js with the following content to your root directory:

// .eslintrc.js
module.exports = {
  extends: [ '@andre-brdoch/eslint-config-vueslint' ],
};

Done! 🤘