wrangler-action/node_modules/safe-array-concat/.eslintrc
2023-08-07 15:11:15 -05:00

15 lines
201 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": "off",
"max-lines-per-function": "off",
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}