use the --allow-empty option 1. 理解lint-staged的作用和工作原理 lint-staged 是一个在 Git 暂存文件上运行 linters(如 ESLint、Prettier 等)的工具。它的主要目的是在代码提交前自动检查和修复代码格式,确保代码质量。lint-staged 会在Git 的 pre-commit 钩子中运行,检查并可能修改即将提交的代码文件。 2....
Run ./node_modules/.bin/lint-staged Debug Logs expand to view lint-staged:bin Running `lint-staged@10.0.1` +0ms lint-staged:bin Options parsed from command-line: { allowEmpty: false, concurrent: true, configPath: undefined, debug: true, maxArgLength: 131072, quiet: false, relative: ...