LeeThanh's picture
Upload 3012 files
5641073
raw
history blame contribute delete
No virus
155 Bytes
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
"operator-linebreak": [2, "before"],
},
}