| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,13 @@ | |||
| 1 | 1 | ## Test-specific linter rules | |
| 2 | 2 | ||
| 3 | 3 | rules: | |
| 4 | - ## common module is mandatory in tests | ||
| 5 | - required-modules: [2, common] | ||
| 4 | + # ECMAScript 6 | ||
| 5 | + # http://eslint.org/docs/rules/#ecmascript-6 | ||
| 6 | + no-var: 2 | ||
| 7 | + prefer-const: 2 | ||
| 8 | + | ||
| 9 | + # Custom rules in tools/eslint-rules | ||
| 6 | 10 | prefer-assert-iferror: 2 | |
| 7 | 11 | prefer-assert-methods: 2 | |
| 12 | + ## common module is mandatory in tests | ||
| 13 | + required-modules: [2, common] | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments