Files
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

11 lines
141 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "min": 1, "max": 25 }],
"operator-linebreak": [2, "after"]
}
}