blob: 2612ed8fefad45d3a68ae842a28e0353ebcb5cf1 [file] [edit]
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}