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