Skip to content

Commit

Permalink
change eslint enabled rules (#1752)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <[email protected]>
  • Loading branch information
mmorhun authored Oct 8, 2021
1 parent c778d8e commit f00b219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions configs/disabled.rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"no-else-return": 0,
"no-useless-return": 0,
"no-case-declarations": 0,
"lines-between-class-members": 0,
"max-params": 0,
"complexity": 0
}
}
3 changes: 0 additions & 3 deletions src/api/kube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ export class KubeHelper {
readonly API_EXTENSIONS_V1BETA1 = 'apiextensions.k8s.io/v1beta1'

podWaitTimeout: number

podDownloadImageTimeout: number

podReadyTimeout: number

podErrorRecheckTimeout: number

constructor(flags?: any) {
Expand Down

0 comments on commit f00b219

Please sign in to comment.