WUT_Computer_Science/EGUI/lab3/front/node_modules/is-bigint/.eslintrc
2022-06-15 03:02:51 +02:00

11 lines
155 B
Plaintext

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