Skip to content

Commit

Permalink
feat: refactor front, typescript && signin and signup pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneiderNicolas committed Sep 16, 2023
1 parent 02a4c1e commit 926707b
Show file tree
Hide file tree
Showing 27 changed files with 6,272 additions and 9,770 deletions.
20 changes: 0 additions & 20 deletions front/.eslintrc

This file was deleted.

11 changes: 11 additions & 0 deletions front/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"react-app",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
],
"plugins": ["@typescript-eslint", "prettier"],
"rules": {
"prettier/prettier": "error"
}
}
2 changes: 0 additions & 2 deletions front/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env
8 changes: 7 additions & 1 deletion front/.prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{}
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2
}
Loading

0 comments on commit 926707b

Please sign in to comment.