1.0.6 • Published 8 months ago

eas-eslint-config-vue v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

eas-eslint-config-vue

  • 合理的默认配置
  • 无需配合Prettier也能自动修复格式化
  • 使用简单无需繁琐的添加配置
  • 支持Typescript,Vue3

安装

pnpm add -D eas-eslint-config-vue

配置.eslintrc

{
  "extends": ["eas-eslint-config-vue"]
}

添加命令

{
  "lint:fix": "eslint . --fix",
  "type:check": "vue-tsc --noEmit --skipLibCheck",
}

集成vue-tsc

  • 安装
pnpm add -D vue-tsc
  • 添加命令
{
  "type:check": "vue-tsc --noEmit --skipLibCheck",
}

VS Code 自动修复

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
1.0.6

8 months ago

1.0.4

8 months ago

1.0.2

8 months ago

1.0.0

8 months ago