diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml index 146633bf850f83..6a0104f7ce17ca 100644 --- a/test/.eslintrc.yaml +++ b/test/.eslintrc.yaml @@ -5,8 +5,6 @@ env: es6: true rules: - # For now, comma-dangle is more lenient in the test directory than elsewhere. - comma-dangle: ["error", "only-multiline"] no-var: error prefer-const: error symbol-description: off