1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-03-12 03:04:35 +00:00

12 lines
176 B
Plaintext
Raw Normal View History

{
"rules": {
"indent": [ 2, 2 ],
"padding-line-between-statements": "off",
"hapi/hapi-no-var": false
},
"extends": "hapi",
"env": {
"mocha": true
}
}