1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-02-23 13:39:44 +00:00

12 lines
164 B
Plaintext
Raw Normal View History

2020-03-03 22:30:50 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}