summaryrefslogtreecommitdiff
path: root/test/.eslintrc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/.eslintrc.yaml')
-rw-r--r--test/.eslintrc.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml
index 58e072c195..6be0ca4e3f 100644
--- a/test/.eslintrc.yaml
+++ b/test/.eslintrc.yaml
@@ -5,6 +5,7 @@ rules:
# http://eslint.org/docs/rules/#ecmascript-6
no-var: error
prefer-const: error
+ symbol-description: off
# Custom rules in tools/eslint-rules
prefer-assert-iferror: error