1.0.0 • Published 3 years ago
@zaengle/eslint-config-vue-ts v1.0.0
Vue 3 + TypeScript ESLint Config
This is our ESLint config for projects that use Vue 3 and TypeScript.
Usage
Install Dependencies
$ yarn add -D @zaengle/eslint-config-vue-ts
# If not already installed
$ yarn add -D eslint eslint-plugin-vueAdd ESLint Config
// In .eslintrc.js
{
extends: '@zaengle/eslint-config-vue-ts'
}1.0.0
3 years ago