auth-api/tests/node_modules/is-bigint/.eslintrc
2021-06-23 22:30:45 +02:00

15 lines
192 B
Plaintext

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