ohctechv3/.svn/pristine/fa/fad19326b18d5ce15796d58bfd4b6a3be2cfbda5.svn-base
2024-10-28 15:03:36 +05:30

11 lines
155 B
Plaintext

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