wrangler-action/node_modules/is-bigint/.eslintrc
2023-08-07 15:11:15 -05:00

10 lines
155 B
Text

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