tenebrous-dicebot/api/node_modules/is-bigint/.eslintrc

15 lines
192 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"globals": {
"BigInt": true,
},
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
"operator-linebreak": [2, "before"],
},
}