ohctechv3/.svn/pristine/c5/c5d47c32b831d0e38cbdc40c8591080d5703168b.svn-base
2024-10-28 15:03:36 +05:30

15 lines
169 B
Plaintext

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