diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab3a88630285a7..6965f78b4d3e21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -182,7 +182,9 @@ Running `make test`/`vcbuild test` will run the linter as well unless one or more tests fail. If you want to run the linter without running tests, use -`make lint`/`vcbuild lint`. +`make lint`/`vcbuild jslint`. At this time, only JavaScript linting is +available on Windows. `make lint` on POSIX will run both JavaScript linting and +C++ linting. If you are updating tests and just want to run a single test to check it, you can use this syntax to run it exactly as the test harness would: