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: #35485
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Trott committed Oct 7, 2020
1 parent f593f9e commit 27c77b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/.eslintrc.yaml
Original file line number Diff line number Diff line change
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 27c77b9

Please sign in to comment.