1.2.1 • Published 9 months ago

@jump24/eslint-config-vue-ts v1.2.1

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

@jump24/eslint-config-vue-ts

ESLint config for Vue 3 with TypeScript by Jump24

Usage

Install the config:

yarn add -D @jump24/eslint-config-vue-ts
npm install --save-dev @jump24/eslint-config-vue-ts

Add the config:

// .eslintrc.js
module.exports = {
  extends: [
    '@jump24/eslint-config-vue-ts',
  ],
};