We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prettier
1 parent 3a1f654 commit d33b167Copy full SHA for d33b167
prettier.config.cjs
@@ -0,0 +1,8 @@
1
+/** @type {import('prettier').Config} */
2
+module.exports = {
3
+ endOfLine: "lf",
4
+ semi: false,
5
+ singleQuote: false,
6
+ tabWidth: 2,
7
+ trailingComma: "es5",
8
+}
0 commit comments