Skip to content

Commit 6aedd60

Browse files
committed
Add Prettier
1 parent a58c479 commit 6aedd60

File tree

6 files changed

+755
-784
lines changed

6 files changed

+755
-784
lines changed

.prettierrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"plugins": ["prettier-plugin-tailwindcss"],
3+
"tailwindConfig": "./tailwind.config.js",
4+
"printWidth": 100,
5+
"singleQuote": true,
6+
"bracketSameLine": true
7+
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)