LeeThanh's picture
Upload 3012 files
5641073
raw history blame
No virus
144 Bytes
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}