]>
Commit | Line | Data |
---|---|---|
58906d77 | 1 | { |
8b25c581 RBR |
2 | "parserOptions": { |
3 | "ecmaVersion": 2021 | |
4 | }, | |
5 | "extends": [ | |
6 | "@hapi/eslint-config-hapi" | |
7 | ], | |
58906d77 RBR |
8 | "rules": { |
9 | "indent": [ | |
10 | 2, | |
11 | 2 | |
12 | ], | |
8b25c581 RBR |
13 | "no-undef": 2, |
14 | "require-yield": 0 | |
58906d77 | 15 | }, |
8b25c581 RBR |
16 | "ignorePatterns": [ |
17 | "tap-snapshots" | |
18 | ] | |
58906d77 | 19 | } |