Severian's picture
Upload 7464 files
c211499
raw
history blame
144 Bytes
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}