Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-08-21 17:09:43 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-08-22 07:13:32 +0300
commit11109470b744559c1a67d324fe52b3864440ccd5 (patch)
treed5db0c92f7d52aad7b856538f211381d063b69fb /.eslintignore
parent1deafcd653357c43e1181b0d80a29c34b1c89670 (diff)
tools: fix markdown linting
This updates remark-preset-lint-node to 3.0.1, which actually works unlike the 3.0.0 version we're using. (Sorry about 3.0.0 not actually linting!) It also updates rollup and the rollup config. So this uses the latest everything as of this writing. PR-URL: https://github.com/nodejs/node/pull/39832 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index 19e0fcee9e1..e8b8c3f2977 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -4,7 +4,7 @@ test/addons/??_*
test/fixtures
test/message/esm_display_syntax_error.mjs
tools/icu
-tools/lint-md.js
+tools/lint-md.mjs
tools/node-lint-md-cli-rollup/dist
benchmark/tmp
doc/**/*.js