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