Skip to content

Commit

Permalink
added signup and profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
jainmohit2001 committed Aug 21, 2023
1 parent 9505cfc commit e08adee
Show file tree
Hide file tree
Showing 29 changed files with 4,481 additions and 2,408 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
dist/
build/
postcss.config.js
tailwind.config.js
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true
"bracketSpacing": true,
"plugins": ["prettier-plugin-tailwindcss"]
}
Loading

0 comments on commit e08adee

Please sign in to comment.