Skip to content

Commit

Permalink
First configurations;
Browse files Browse the repository at this point in the history
Add custom colors to follow the company's color theme;
Finished initial layout for the frontend AI chat;
ESlint and Prettier configurations.
  • Loading branch information
thomaslnx committed Sep 7, 2023
1 parent 213b7e6 commit 7c4e1ef
Show file tree
Hide file tree
Showing 7 changed files with 1,048 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": ["next/core-web-vitals", "@rocketseat/eslint-config/react"]
}
Loading

0 comments on commit 7c4e1ef

Please sign in to comment.