Skip to content

Commit

Permalink
tools,test: enable multiline-comment-style rule in tests
Browse files Browse the repository at this point in the history
Use `//` for multline comments.

PR-URL: nodejs#35485
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and joesepi committed Oct 22, 2020
1 parent b50eb3e commit ff579fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/.eslintrc.yaml
Expand Up @@ -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
Expand Down

0 comments on commit ff579fe

Please sign in to comment.