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