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-09-05 16:04:41 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-07 16:54:09 +0300
commit77c81cbc4a43e6fea32c8ebb71c4c000fd86fba5 (patch)
treecb68fe7fe8722e60d045b3193c59a5e811b1ac5c /test/.eslintrc.yaml
parent773a98970843996f53b51b366ccea7cfdd76ed3c (diff)
tools,build: update YAML files in preparation for linting
Fix indentation, traiiling spaces, and missing newline issues in preparation for linting. PR-URL: https://github.com/nodejs/node/pull/40007 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'test/.eslintrc.yaml')
-rw-r--r--test/.eslintrc.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml
index 6a0104f7ce1..50c51ae5010 100644
--- a/test/.eslintrc.yaml
+++ b/test/.eslintrc.yaml
@@ -8,7 +8,7 @@ rules:
no-var: error
prefer-const: error
symbol-description: off
- multiline-comment-style: ["error", "separate-lines"]
+ multiline-comment-style: ["error", "separate-lines"]
no-restricted-syntax:
# Config copied from .eslintrc.js