5
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-12-28 03:28:17 +00:00
setup-helm/node_modules/side-channel/.eslintrc
2022-06-27 14:17:15 -04:00

11 lines
172 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-lines-per-function": 0,
"max-params": 0,
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
},
}