Skip to content

Commit

Permalink
might work 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhaego committed Nov 8, 2024
1 parent c8a89bf commit 6c9ceac
Show file tree
Hide file tree
Showing 10 changed files with 44,452 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
build
17 changes: 17 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"parser": "typescript",
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}
Loading

0 comments on commit 6c9ceac

Please sign in to comment.