Skip to content

Commit

Permalink
Enhanced readme and doc references
Browse files Browse the repository at this point in the history
Added .prettier.rc
  • Loading branch information
mgscreativa committed Jun 18, 2024
1 parent 287af9e commit bd0736e
Show file tree
Hide file tree
Showing 6 changed files with 1,241 additions and 1,140 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
semi: true,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
printWidth: 100,
};
Loading

0 comments on commit bd0736e

Please sign in to comment.