{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"HasOwnProperty",
"ToObject",
"ToPropertyKey",
],
}],
},
}