Skip to content

tools: use latest rather than next for markdown linting plugin

Rodrigo Muino Tomonari requested to merge github/fork/Trott/update-update into master

First commit:

tools: use latest rather than next for markdown linting plugin

eslint-plugin-markdown is being installed @next to get a bugfix for
https://github.com/eslint/eslint-plugin-markdown/issues/69 but that
bugfix is in 1.0.0. Go back to installing @latest rather than @next.

Second commit:

tools: update eslint-plugin-markdown to 1.0.0

For eslint-plugin-markdown, we had been using an RC but can now use the
most recent stable release of 1.0.0, as it has the bugfix that caused us
to start using the RC in the first place.

There are a few other updates in this commit too because it was
performed by running `update-eslint.sh`. This did not update ESLint
itself but did update some dependencies.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading