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 74dcb94 commit 3a957cfCopy full SHA for 3a957cf
.prettierignore
@@ -9,6 +9,10 @@
9
**/android
10
docs/.docusaurus
11
12
+# usually fails bcs prettier likes to have empty lines at the end of files
13
+# TODO? might need to add prettier:write to release-packages to format changelog files
14
+.changeset
15
+
16
# these are auto-generated
17
docs/docs/doc-picker-api/index.md
18
docs/docs/doc-viewer-api/index.md
0 commit comments