Skip to content

Commit

Permalink
Merge pull request #184 from Dataport/refactor/#33-make-failure-to-ad…
Browse files Browse the repository at this point in the history
…here-to-max-length-catastrophic

#33 make failure to adhere to max length catastrophic
  • Loading branch information
warm-coolguy authored Sep 26, 2024
2 parents d43bfa6 + 0a25c7d commit 9aff58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"no-implied-eval": "error",
"complexity": "warn",
"max-depth": "warn",
"max-lines": "warn",
"max-lines-per-function": "warn"
"max-lines": "error",
"max-lines-per-function": "error"
},
"ignorePatterns": ["**/node_modules/**/*", "**/dist/**/*"],
"settings": {
Expand Down

0 comments on commit 9aff58c

Please sign in to comment.