Skip to content

Commit

Permalink
fix: prettier CR
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Sep 4, 2024
1 parent 53b939b commit 57e0832
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ module.exports = {
"no-else-return": ["error", { allowElseIf: false }],
"consistent-return": "error",
"no-console": "warn",
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
},
],
"@typescript-eslint/typedef": [
"error",
{
Expand Down

0 comments on commit 57e0832

Please sign in to comment.