Skip to content

Commit

Permalink
Start portfolio rework
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zanetti committed Dec 20, 2024
1 parent 6789249 commit 89688d7
Show file tree
Hide file tree
Showing 14 changed files with 630 additions and 1,669 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"useTabs": false,
"htmlWhitespaceSensitivity": "ignore",
"bracketSpacing": true,
"arrowParens": "always",
"trailingComma": "es5",
"printWidth": 80
}
Loading

0 comments on commit 89688d7

Please sign in to comment.