Files
setup-kustomize/node_modules/object.getownpropertydescriptors/.eslintrc
Imran Ismail 99f65d1591 Bootstrap
2019-09-05 03:53:25 +08:00

11 lines
201 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [2, { "min": 1, "max": 30 }],
"new-cap": [2, { "capIsNewExceptions": ["IsCallable", "RequireObjectCoercible", "ToObject"] }]
}
}