问题标签 [gjslint]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
11 问题
0
投票
0
回答
96
浏览
javascript - 有没有办法在 git commit 之前只对 .js 文件中的修改部分进行 lint?
我将维护一个旧项目,我必须使用一些 lint 工具检查自我提交的代码,例如 eslint 或 gjslint。
如果只是为 .js 文件运行 gjslint 或 eslint,我将得到所有 lint 错误...
我不想更改没有错误的旧部分。
那么有没有办法在 git commit 之前只为 .js 文件中的修改部分运行 gjslint 或 eslint?
谢谢。