Skip to content

Commit

Permalink
Add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu committed Dec 29, 2024
1 parent dc5981a commit ab7e860
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"useTabs": true,
"plugins": ["prettier-plugin-css-order"]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
},
"dependencies": {
"@simonwep/pickr": "1.9.1",
"browser-image-compression": "^2.0.2",
"browser-image-compression": "2.0.2",
"sortablejs": "1.15.6"
},
"devDependencies": {
"@types/sortablejs": "1.15.8",
"prettier": "3.4.2",
"prettier-plugin-css-order": "2.1.2",
"vite": "6.0.6"
}
}
60 changes: 59 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit ab7e860

Please sign in to comment.