@noahyu/eslint-config-vue
v1.4.2
Published
ESlint config for Vue 3 + TypeScript
Downloads
7
Maintainers
Readme
@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
Copyright (c) 2023-present, Noah Yu