mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
11 lines
171 B
Text
11 lines
171 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-params": [2, 3],
|
|
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
|
|
"no-magic-numbers": 0,
|
|
},
|
|
}
|