Skip to content

Commit d33b167

Browse files
committed
Add prettier config.
1 parent 3a1f654 commit d33b167

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

prettier.config.cjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)