8000
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 a6bd287 commit 31f8f6fCopy full SHA for 31f8f6f
test/.eslintrc.yaml
@@ -1,7 +1,13 @@
1
## Test-specific linter rules
2
3
rules:
4
- ## common module is mandatory in tests
5
- required-modules: [2, common]
+ # ECMAScript 6
+ # http://eslint.org/docs/rules/#ecmascript-6
6
+ no-var: 2
7
+ prefer-const: 2
8
+
9
+ # Custom rules in tools/eslint-rules
10
prefer-assert-iferror: 2
11
prefer-assert-methods: 2
12
+ ## common module is mandatory in tests
13
+ required-modules: [2, common]
0 commit comments