diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml index f707caffdafde4..a28de016906960 100644 --- a/test/.eslintrc.yaml +++ b/test/.eslintrc.yaml @@ -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