tools,test: enable multiline-comment-style rule in tests

Use `//` for multline comments.

PR-URL: https://github.com/nodejs/node/pull/35485
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
pull/35485/head
Rich Trott 2020-10-03 13:03:01 -07:00
parent f593f9e9ef
commit 27c77b9350
1 changed files with 1 additions and 2 deletions

View File

@ -5,11 +5,10 @@ env:
es6: true
rules:
# ECMAScript 6
# http://eslint.org/docs/rules/#ecmascript-6
no-var: error
prefer-const: error
symbol-description: off
multiline-comment-style: ["error", "separate-lines"]
no-restricted-syntax:
# Config copied from .eslintrc.js