mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
12 lines
176 B
Plaintext
12 lines
176 B
Plaintext
{
|
|
"rules": {
|
|
"indent": [ 2, 2 ],
|
|
"padding-line-between-statements": "off",
|
|
"hapi/hapi-no-var": false
|
|
},
|
|
"extends": "hapi",
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|