10 lines
87 B
Plaintext
Raw Normal View History

2020-10-17 18:42:50 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 12]
}
}