@jungzl/eslint-config-vue
v0.0.8
Published
jungzl's ESLint config for Vue
Downloads
11
Readme
eslint-config
Jungzl's eslint config for react project 🦄
This config extends @jungzl/eslint-config-ts
🛠️ Usage
First, make sure you have Eslint
installed and install this package by:
npm[yarn|pnpm] install @jungzl/eslint-config-vue --dev
Then add the following to your .eslintrc.js
:
module.exports = {
extends: '@jungzl/eslint-config-vue',
}