11 lines
141 B
Plaintext
Raw Normal View History

2023-03-29 15:20:05 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "min": 1, "max": 25 }],
"operator-linebreak": [2, "after"]
}
}