Skip to content

Commit

Permalink
Auto-format code with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 6, 2023
1 parent 2e41899 commit a7289c0
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/vanilla-todo/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ ul li.editMode input[type="text"] {

ul li.editMode label {
display: none;
}
}
4 changes: 2 additions & 2 deletions packages/vanilla-todo/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 All @@ -10,4 +10,4 @@
<div id="app"></div>
<script type="module" src="/main.js"></script>
</body>
</html>
</html>
315 changes: 315 additions & 0 deletions packages/vanilla-todo/pnpm-lock.yaml

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

0 comments on commit a7289c0

Please sign in to comment.