tools: remove lint-js.js · nodejs/node@0507535 · GitHub
Skip to content

Commit 0507535

Browse files
Trottaddaleax
authored andcommitted
tools: remove lint-js.js
lint-js.js was implemented before ESLint had a caching feature. It is now only used in CI. Let's remove it on the following grounds: * It results in occasional (and puzzling) yellow CI runs for node-test-linter because the tap file is corrupted somehow. Interleaved maybe? I don't know, but a simple solution is removing it and running ESLint directly. * On my local laptop, it reduces the linting from about 75 seconds to about 55 seconds. This kind of savings is not worth the added complexity and the instability noted above. PR-URL: #30955 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 089a447 commit 0507535

3 files changed

Lines changed: 4 additions & 283 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions

tools/lint-js.js

Lines changed: 0 additions & 272 deletions
This file was deleted.

vcbuild.bat

Lines changed: 1 addition & 9 deletions

0 commit comments

Comments
 (0)