0.1.4 • Published 9 months ago

@ombro/eslint-config-vue3-typescript v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@ombro/eslint-config-vue3-typescript

npm package

Shared eslint config for Vue3 + TypeScript

Install

$ npm install -D @ombro/eslint-config-vue3-typescript

If your package manager does not automatically install peerDependencies, you need to install it yourself according to the warning message

Usage

Create .eslintrc.js in the project root directory and add the following content:

module.exports = {
  root: true,
  extends: ['@ombro/eslint-config-vue3-typescript'],
}

This configuration already integrates with eslint-config-prettier, you can go ahead and configure .prettierrc and eslint rules will be consistent with it