1.3.0 • Published 1 month ago

@noahyu/eslint-config-vue v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@noahyu/eslint-config-vue

ESlint config for Vue 3 + TypeScript

Usage

pnpm add @noahyu/eslint-config-vue

Quick start

// .eslintrc.js
module.exports = {
  root: true,
  extends: ['@noahyu/vue'],
  // ···
}

License

MIT

Copyright (c) 2023-present, Noah Yu