Files
feedstr.live/node_modules/is-bigint/.eslintrc
T
2023-11-25 18:12:47 -05:00

11 lines
155 B
Plaintext

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