blob: 2b34ba882599c19630250e968c7f008720025afa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"parserOptions": {
"ecmaVersion": 2021
},
"extends": [
"@hapi/eslint-config-hapi"
],
"rules": {
"indent": [
2,
2
],
"no-undef": 2,
"require-yield": 0
},
"ignorePatterns": [
"tap-snapshots"
]
}
|