8.0.0 • Published 3 years ago

@equt/eslint-config-vue v8.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

NPM Version ESLint Version

Manual Installation

# Using npm
npm i -D @equt/eslint-config-vue

# or yarn
yarn add -D @equt/eslint-config-vue

# or pnpm
pnpm add -D @equt/eslint-config-vue

Then, add the following snippet into your package.json.

{
  // ...
  "eslintConfig": {
    "extends": ["@equt/eslint-config-vue"]
  }
}