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

15 lines
169 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"globals": {
"FinalizationRegistry": false,
},
"rules": {
"id-length": 0,
"operator-linebreak": [2, "before"],
},
}