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