Skip to content

Commit 257b807

Browse files
committed
docs: Replace outdated JSLint mention with ESLint
1 parent 5ef881c commit 257b807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ a documentation comment on it, it'd be great if you could add one to it too.
3636

3737
When you submit a pull request, it will be automatically tested on GitHub Actions. In
3838
addition to running both the frontend and the backend tests described below,
39-
GitHub Actions runs [jslint], [clippy], and [rustfmt] on each PR.
39+
GitHub Actions runs [ESLint], [clippy], and [rustfmt] on each PR.
4040

4141
If you don't want to run these tools locally, please watch the GitHub Actions results
4242
and submit additional commits to your pull request to fix any issues they find!
@@ -47,7 +47,7 @@ instructions and the [.github/workflows/ci.yml] file in this repository for the
4747
installation and running instructions. The logs for recent builds in GitHub Actions
4848
may also be helpful to see which versions of these tools we're currently using.
4949

50-
[jslint]: http://jslint.com/
50+
[ESLint]: https://eslint.org/
5151
[clippy]: https://github.com/rust-lang-nursery/rust-clippy
5252
[rustfmt]: https://github.com/rust-lang-nursery/rustfmt
5353
[.github/workflows/ci.yml]: /.github/workflows/ci.yml

0 commit comments

Comments
 (0)