]>
Commit | Line | Data |
---|---|---|
b3b840f8 | 1 | { |
be2bf74b BB |
2 | "parserOptions": { |
3 | "ecmaVersion": 2019, | |
4 | "sourceType": "module" | |
5 | }, | |
6 | "env": { | |
7 | "es6": true, | |
8 | "browser": true | |
9 | }, | |
10 | "extends": [ | |
11 | "@hapi/eslint-config-hapi" | |
12 | ], | |
b3b840f8 RBR |
13 | "rules": { |
14 | "indent": [ | |
be2bf74b | 15 | 2, |
b3b840f8 | 16 | 2 |
be2bf74b BB |
17 | ], |
18 | "no-undef": 2, | |
19 | "require-yield": 0 | |
b3b840f8 RBR |
20 | } |
21 | } |