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 <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and BethGriggs committed Oct 13, 2020
1 parent 3a77d1e commit e8434d8
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 e8434d8

Please sign in to comment.