React 项目快速搭配 eslint, prettier, commitlint, lint-staged

为了实现代码规范,我们在使用中会使用诸多插件,比如eslint、prettier、commitlint、stylelint等等,在新项目中这样一套组合拳下来,也是稍显繁琐,另外还要定制配置文件,某种程度上来说是体力活。 本文的目的是介绍如何简化配置,统一规范。 1. magic-lint magic-lint是一款代码规范工具...