blob: fc909f1ef09d0e7aa98cf8aee0ee8df3ace93952 [file] [log] [blame]
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}