@zaengle/eslint-config-vue
v2.0.0
Published
ESLint config for projects using Vue 3
Readme
Vue 3 ESLint Config
This is our ESLint config for projects that use Vue 3.
Usage
Install Dependencies
$ yarn add -D @zaengle/eslint-config-vue
# If not already installed
$ yarn add -D eslint eslint-plugin-vueAdd ESLint Config
// In .eslintrc.js
{
extends: '@zaengle/eslint-config-vue'
}