Skip to content

Commit 635fd33

Browse files
committed
most recent iteration of website updates/ changes
1 parent 63cf710 commit 635fd33

38 files changed

+13779
-4823
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
.DS_Store
2+
node_modules

.prettierrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 4,
4+
"semi": true,
5+
"singleQuote": true
6+
}

0 commit comments

Comments
 (0)