1.4.2 • Published 1 year ago

@noahyu/eslint-config-vue v1.4.2

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

@noahyu/eslint-config-vue

ESlint config for Vue 3 + TypeScript

Usage

pnpm add @noahyu/eslint-config-vue

Quick start

// eslint.config.mjs
import noahyuConfig from '@noahyu/eslint-config-vue'

export default [
  ...noahyuConfig,
  // anything from here will override noahyuConfig
  {
    rules: {
      // ···
    },
  },
]

License

MIT

Copyright (c) 2023-present, Noah Yu