Skip to content

Commit

Permalink
🔧 Config eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisarevalo11 committed May 27, 2024
1 parent 903d313 commit fe9b6b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
"endOfLine": "auto",
"semi": false
}
]
}
Expand Down

0 comments on commit fe9b6b9

Please sign in to comment.