odin-js-fundamentals-part-5/node_modules/is-bigint/.eslintrc

11 lines
155 B
Plaintext
Raw Permalink Normal View History

2024-01-11 08:52:05 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
"operator-linebreak": [2, "before"],
},
}