Skip to content

human111/react-eslint

Repository files navigation

瞎写的记录

插件描述

ESlint的重心在代码质量,Prettier只关心代码格式

eslint-plugin-react:检测react中的jsx语法

eslint-config-prettier 使用 eslint 兼容 Prettier 的规则

主要type

  • feat: 增加新功能
  • fix: 修复bug

特殊type

  • docs: 只改动了文档相关的内容
  • style: 不影响代码含义的改动,例如去掉空格、改变缩进、增删分号
  • build: 构造工具的或者外部依赖的改动,例如webpack,npm
  • refactor: 代码重构时使用
  • revert: 执行git revert打印的message

暂不使用type

  • test: 添加测试或者修改现有测试
  • perf: 提高性能的改动
  • ci: 与CI(持续集成服务)有关的改动
  • chore: 不修改src或者test的其余修改,例如构建过程或辅助工具的变动

About

配置react-eslint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published