@codeconv/eslint-config-vue

codeconv ESLint Vue config

Usage no npm install needed!

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

README

@codeconv/eslint-config-vue

Vue ESLint config based on eslint-config-standard by StandardJS and 'plugin:vue/vue3-recommended' from eslint-plugin-vue

Usage

Add this to your .eslintrc file:

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

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

TypeScript support

If you add @codeconv/eslint-config-typescript to devDependencies, the TypeScript support will be enabled automatically.