Skip to content

Commit 87144fc

Browse files
committed
Use semi: false for prettier config
1 parent a9523dd commit 87144fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"printWidth": 100,
33
"quoteProps": "as-needed",
44
"trailingComma": "all",
5-
"tabWidth": 2
5+
"tabWidth": 2,
6+
"semi": false
67
}

0 commit comments

Comments
 (0)