diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml index 8a14d71729b76b..40c515e923b3c2 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