Skip to content

Commit

Permalink
Improve lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari committed Mar 1, 2023
1 parent 5d1cc44 commit f67e5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config = {
"max-len": "off",
"no-negated-condition": "off",
complexity: "off",
"default-case": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": "warn",
"@typescript-eslint/no-unnecessary-condition": "off",
Expand Down

0 comments on commit f67e5cf

Please sign in to comment.