1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-02-23 16:49:43 +00:00

10 lines
87 B
Plaintext
Raw Normal View History

2020-03-03 22:30:50 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 12]
}
}