ohctechv3/.svn/pristine/c5/c5d47c32b831d0e38cbdc40c8591080d5703168b.svn-base

15 lines
169 B
Plaintext
Raw Permalink Normal View History

2024-10-28 15:03:36 +05:30
{
"root": true,
"extends": "@ljharb",
"globals": {
"FinalizationRegistry": false,
},
"rules": {
"id-length": 0,
"operator-linebreak": [2, "before"],
},
}