We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25635b commit 3ed44d4Copy full SHA for 3ed44d4
test/.eslintrc.yaml
@@ -1,6 +1,11 @@
1
## Test-specific linter rules
2
3
rules:
4
+ # ECMAScript 6
5
+ # http://eslint.org/docs/rules/#ecmascript-6
6
+ no-var: 2
7
+ prefer-const: 2
8
+
9
## common module is mandatory in tests
10
required-modules: [2, "common"]
11
0 commit comments