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.
1 parent b04cdce commit 811587bCopy full SHA for 811587b
config/.prettierrc.js
@@ -2,8 +2,8 @@ module.exports = {
2
quoteProps: 'consistent',
3
singleQuote: true,
4
tabWidth: 2,
5
- trailingComma: 'es5',
+ trailingComma: 'all',
6
useTabs: false,
7
+ singleAttributePerLine: true,
8
semi: false,
-};
9
-
+}
package.json
@@ -22,6 +22,7 @@
22
"typescript": "bun --filter=\"**\" typescript",
23
"lint": "bun package lint && bun example lint",
24
"lint-cpp": "./scripts/clang-format.sh",
25
+ "prettier": "prettier --write .",
26
"clean": "rm -rf **/tsconfig.tsbuildinfo node_modules package/node_module package/lib",
27
"release": "./scripts/release.sh",
28
"package": "bun --cwd package",
0 commit comments