Skip to content

Commit

Permalink
ci: add eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork committed Jul 23, 2024
1 parent bce09ee commit 4cf77fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"consistent-return": "off",
"no-negated-condition": "off",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/array-type": ["error", { "default": "array" }],
"object-shorthand": "error",
"no-implicit-globals": "off",
"camelcase": "off",
Expand Down

0 comments on commit 4cf77fc

Please sign in to comment.