@indielayer/eslint-config-vue

Indielayer ESLint Config for Vue 3

Usage no npm install needed!

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

README

Indielayer

< Tools for creators. />


Indielayer ESLint Config with Vue

Getting Started

Do you want to add the config to your own projects? There you go:

  1. Add this package to your devDependencies
$ npm i -D @indielayer/eslint-config-vue
# or
$ yarn add -D @indielayer/eslint-config-vue
  1. Install eslint and typescript if not already present locally or globally
$ npm i -D eslint typescript
# or
$ yarn add -D eslint typescript
  1. Create a .eslintrc file

  2. Extend our config:

{
  "extends": [
    "@indielayer/eslint-config-vue"
  ]
}

License

MIT license - Indielayer