Skip to content

Commit

Permalink
add: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
matfire committed Nov 16, 2024
1 parent 71c8b5f commit 3642b01
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore artifacts:
build
coverage
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"lint-staged": {
"*.{js, svelte}": [
"eslint --fix"
"eslint --fix",
"prettier --write"
]
},
"devDependencies": {
Expand All @@ -30,6 +31,7 @@
"lucide-svelte": "^0.453.0",
"mode-watcher": "^0.4.1",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
Expand Down
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 3642b01

Please sign in to comment.