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