]>
Commit | Line | Data |
---|---|---|
cf630290 | 1 | { |
10a76a5b | 2 | "root": true, |
97b33932 | 3 | "plugins": ["@hapi"], |
10a76a5b | 4 | "extends": "plugin:@hapi/recommended", |
cf630290 | 5 | "parserOptions": { |
6cd62e79 RBR |
6 | "ecmaVersion": "latest", |
7 | "sourceType": "module" | |
10a76a5b RBR |
8 | }, |
9 | "rules": { | |
10 | "indent": [ | |
11 | 2, | |
12 | 2 | |
13 | ] | |
cf630290 BB |
14 | } |
15 | } |