securityos/node_modules/is-finalizationregistry/.eslintrc

15 lines
169 B
Plaintext
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"root": true,
"extends": "@ljharb",
"globals": {
"FinalizationRegistry": false,
},
"rules": {
"id-length": 0,
"operator-linebreak": [2, "before"],
},
}