We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9523dd commit 87144fcCopy full SHA for 87144fc
.prettierrc
@@ -2,5 +2,6 @@
2
"printWidth": 100,
3
"quoteProps": "as-needed",
4
"trailingComma": "all",
5
- "tabWidth": 2
+ "tabWidth": 2,
6
+ "semi": false
7
}
0 commit comments