Skip to content

Commit

Permalink
Add License, update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennix88 committed Dec 15, 2024
1 parent bdf4912 commit 6563a70
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 69 deletions.
14 changes: 13 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"singleQuote": true
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "always",
"proseWrap": "preserve",
"plugins": ["prettier-plugin-organize-imports"]
}
Loading

0 comments on commit 6563a70

Please sign in to comment.