Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpreet-s committed Jul 4, 2024
1 parent 8ec6fcb commit c7356db
Show file tree
Hide file tree
Showing 23 changed files with 6,010 additions and 5,749 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"eqeqeq": "warn",
"no-throw-literal": "warn",
"semi": "off",
"quotes": ["error", "single"],
"no-multiple-empty-lines": [
"error",
{
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"tabWidth": 4
"tabWidth": 4,
"endOfLine": "auto"
}
Loading

0 comments on commit c7356db

Please sign in to comment.