Skip to content

Commit

Permalink
chore(main): add prettier (#98)
Browse files Browse the repository at this point in the history
added default prettier config and ran format
  • Loading branch information
Everduin94 authored Apr 29, 2024
1 parent 7f6df8f commit 53f6738
Show file tree
Hide file tree
Showing 10 changed files with 691 additions and 505 deletions.
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore artifacts:
build
coverage
node_modules
dist
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
26 changes: 24 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@types/configstore": "^6.0.0",
"@types/node": "^18.14.5",
"jiti": "^1.17.0",
"prettier": "3.2.5",
"semantic-release": "^21.0.1",
"tsup": "^6.6.3",
"tsx": "^3.12.3"
Expand Down
Loading

0 comments on commit 53f6738

Please sign in to comment.