Skip to content

Commit 27d567c

Browse files
authored
Merge pull request #1 from aneuhaus/dev
Enhance UI Aesthetics and Refactor Core Logic
2 parents f7292e6 + 51f5c1e commit 27d567c

4 files changed

Lines changed: 1128 additions & 488 deletions

File tree

.prettierrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"tabWidth": 2,
3+
"useTabs": false,
4+
"singleQuote": true,
5+
"trailingComma": "es5",
6+
"printWidth": 80,
7+
"semi": true,
8+
"css": {
9+
"indent": "spaces",
10+
"indentSize": 2,
11+
"selectorSeparator": "\n",
12+
"braceStyle": "allman"
13+
}
14+
}

0 commit comments

Comments
 (0)