@pvfhv/eslint-config-react

1.0.3 • Public • Published

@pvfhv/eslint-config-react

  • 使用eslint对react组件自动修复格式化
  • 使用简单无需繁琐的添加配置

安装

pnpm add -D @pvfhv/eslint-config-react

配置.eslintrc

{
  "extends": ["@pvfhv/eslint-config-react"]
}

添加命令

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

VS Code 自动修复

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

Readme

Keywords

Package Sidebar

Install

npm i @pvfhv/eslint-config-react

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

3.38 kB

Total Files

3

Last publish

Collaborators

  • pvfhv