15 lines
192 B
Text
15 lines
192 B
Text
|
{
|
||
|
"root": true,
|
||
|
|
||
|
"extends": "@ljharb",
|
||
|
|
||
|
"globals": {
|
||
|
"BigInt": true,
|
||
|
},
|
||
|
|
||
|
"rules": {
|
||
|
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
|
||
|
"operator-linebreak": [2, "before"],
|
||
|
},
|
||
|
}
|