Skip to content

Commit ff579fe

Browse files
Trottjoesepi
authored andcommitted
tools,test: enable multiline-comment-style rule in tests
Use `//` for multline comments. PR-URL: nodejs#35485 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent b50eb3e commit ff579fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/.eslintrc.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ env:
55
es6: true
66

77
rules:
8-
# ECMAScript 6
9-
# http://eslint.org/docs/rules/#ecmascript-6
108
no-var: error
119
prefer-const: error
1210
symbol-description: off
11+
multiline-comment-style: ["error", "separate-lines"]
1312

1413
no-restricted-syntax:
1514
# Config copied from .eslintrc.js

0 commit comments

Comments
 (0)