Files
WeihnachtsKalenderMelly/node_modules/is-bigint/.eslintrc
2021-11-21 11:18:28 +01:00

11 lines
155 B
Plaintext

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