- pre-commit pre-commit is a pre-commit hook installer for git. It will ensure that your npm test (or other specified scripts) passes before you can commit your changes.
- Prettier + Eslint 自动格式化Eslint 配置教程 注意: 不要同时安装多种格式化插件,可能会有冲突。Prettier 和 beautify 同时安装的话, VSCode 中右键“格式化文件” 会和 自动保存后格式化的结果不同。
VSCode 插件
- EditorConfig EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
- EditorConfigGenerate 自动生成 editorconfig 文件