Skip to content

Commit

Permalink
prettier fix and websocket implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Glydric committed Dec 5, 2023
1 parent a0f9cef commit 2be9faa
Show file tree
Hide file tree
Showing 27 changed files with 674 additions and 219 deletions.
2 changes: 1 addition & 1 deletion Backend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
".eslintrc.js"
],
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-explicit-any": "off"
}
Expand Down
4 changes: 4 additions & 0 deletions Backend/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
Loading

0 comments on commit 2be9faa

Please sign in to comment.