@aszydelko/eslint-config-vue

This is a personal eslit configuration for vue.js projects.

Usage no npm install needed!

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

README

ESLint configuration

This is a personal eslint configuration for Vue.js projects.

Install

npm i @aszydelko/eslint-config-vue --save-dev

Usage

This config is designed to work with the extends feature of .eslintrc files. Learn more

Then, add this to your .eslintrc or package.json file:

{
  "extends": "@aszydelko/eslint-config-vue"
}

You can override settings from this config by adding them directly into your .eslintrc or package.json file.

Commands

Recommended set of commands to put in package.json scripts:

  "lint:js": "eslint --ext .js,.vue .",
  "lint-autofix:js": "eslint --ext .js,.vue . --fix",

License

MIT Copyright (c) Arkadiusz Szydełko