Skip to content

Commit

Permalink
ci(eslint): remove max statements rule (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-buiquang authored May 10, 2023
1 parent 6e7e6ab commit f14061b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"printWidth": 120
}
],
"max-statements": [
1, {
"max": 20
}
],
"react/no-unknown-property":0,
"react/prop-types": 0,
"@typescript-eslint/no-explicit-any": 0,
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build-job:
only:
- tags
- develop
- ^feat_deploy_(\w*|\d*)
- /^feat_deploy_(\w*|\d*)/

cache:
key: cohort360_nodemodules_cache
Expand Down Expand Up @@ -55,4 +55,4 @@ deploy-job:
only:
- tags
- develop
- ^feat_deploy_(\w*|\d*)
- /^feat_deploy_(\w*|\d*)/

0 comments on commit f14061b

Please sign in to comment.