Skip to content

Commit e8434d8

Browse files
TrottBethGriggs
authored andcommitted
tools,test: enable multiline-comment-style rule in tests
Use `//` for multline comments. PR-URL: #35485 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 3a77d1e commit e8434d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/.eslintrc.yaml

+1-2
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)