@noeldemartin/eslint-config-vue

My Vue ESLint rules

Usage no npm install needed!

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

README

ESLint config

These are the ESLint rules I use in different projects. If you also want to use them, you're most welcome. You can install the packages like this:

npm install eslint @noeldemartin/eslint-config-typescript --save-dev

And use them in your eslint config file:

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