Skip to content

Commit

Permalink
initial app setup
Browse files Browse the repository at this point in the history
features:
- comment a lot of the modules, components, etc.
- initiate app routing
- initiate chakra ui and providers setup
- remove eslint configurations. I was previously using eslint as a formatter, instead of solely as a linter. To implement something like Prettier for formatting.
- tsconfig.json auto-updated for the new app directory and chakra ui
  • Loading branch information
spiltbeans committed Jun 16, 2023
1 parent 684c907 commit 3ad9371
Show file tree
Hide file tree
Showing 19 changed files with 3,570 additions and 1,939 deletions.
13 changes: 5 additions & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "next/core-web-vitals",
"rules": {
"eqeqeq": "off",
"curly": "off",
"quotes": ["error","single"],
"semi": ["error", "never"],
"indent":["error", "tab"]
}
"extends": "next/core-web-vitals",
"rules": {
"eqeqeq": "off",
"curly": "off"
}
}
Loading

0 comments on commit 3ad9371

Please sign in to comment.