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