11 lines
176 B
Text
11 lines
176 B
Text
{
|
|
"rules": {
|
|
"indent": [ 2, 2 ],
|
|
"padding-line-between-statements": "off",
|
|
"hapi/hapi-no-var": "off"
|
|
},
|
|
"extends": "hapi",
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|