0.0.3 • Published 11 months ago

@dylan66ty/eslint-config-typescript v0.0.3

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

@dylan66ty/eslint-config-typescript

安装

pnpm add -D @dylan66ty/eslint-config-typescript

配置.eslintrc

{
  "extends": ["@dylan66ty/eslint-config-typescript"]
}

添加命令

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

VS Code 自动修复

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