Skip to content

Commit

Permalink
Merge pull request #4002 from project-koku/release_prod-stable.84952
Browse files Browse the repository at this point in the history
Deployment commit for prod-stable
  • Loading branch information
dlabrecq authored Sep 4, 2024
2 parents ec31755 + 76b112d commit 8626925
Show file tree
Hide file tree
Showing 251 changed files with 17,042 additions and 2,406 deletions.
542 changes: 542 additions & 0 deletions .tekton/koku-frontend-pull-request.yaml

Large diffs are not rendered by default.

539 changes: 539 additions & 0 deletions .tekton/koku-frontend-push.yaml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export default [{
rules: {
'@typescript-eslint/adjacent-overload-signatures': 'error',
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/ban-types': 'error',
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/consistent-type-assertions': 'error',
'@typescript-eslint/consistent-type-definitions': 'error',
Expand All @@ -111,8 +110,11 @@ export default [{
'@typescript-eslint/indent': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-empty-object-type': 'off',
'@typescript-eslint/no-misused-new': 'error',
'@typescript-eslint/no-namespace': 'error',
'@typescript-eslint/no-require-imports': 'off',
'@typescript-eslint/no-unused-expressions': 'warn',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/prefer-for-of': 'error',
'@typescript-eslint/prefer-function-type': 'error',
Expand Down
Loading

0 comments on commit 8626925

Please sign in to comment.