projecte_ionic/node_modules/is-bigint/.eslintrc
2022-02-09 18:30:03 +01:00

11 lines
155 B
Plaintext
Executable file

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