We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f928746 commit de63698Copy full SHA for de63698
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
prefer-assert-methods: 2
0 commit comments