10 lines
89 B
Plaintext
Raw Normal View History

2023-11-07 14:22:33 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 12],
},
}