mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-25 11:24:46 +01:00
16 lines
201 B
Text
16 lines
201 B
Text
|
{
|
||
|
"root": true,
|
||
|
|
||
|
"extends": "@ljharb",
|
||
|
|
||
|
"rules": {
|
||
|
"id-length": "off",
|
||
|
"max-lines-per-function": "off",
|
||
|
"new-cap": ["error", {
|
||
|
"capIsNewExceptions": [
|
||
|
"GetIntrinsic",
|
||
|
],
|
||
|
}],
|
||
|
},
|
||
|
}
|