doc: add lint-js-fix into BUILDING.md

When there is any auto-fixable linting errors, there is not a way to
pass `--fix` into `make lint-js` as far as I am aware of. Spent quiet
some time fixing them one by one and just realised `lint-js-fix` exists.

PR-URL: https://github.com/nodejs/node/pull/52290
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
This commit is contained in:
jakecastelli 2024-04-11 06:45:36 +07:00 committed by GitHub
parent 411503bacd
commit d32a914ac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -327,6 +327,8 @@ documentation tests.
To run the linter without running tests, use
`make lint`/`vcbuild lint`. It will lint JavaScript, C++, and Markdown files.
To fix auto fixable JavaScript linting errors, use `make lint-js-fix`.
If you are updating tests and want to run tests in a single test file
(e.g. `test/parallel/test-stream2-transform.js`):