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 e782462 commit 2695508Copy full SHA for 2695508
2 files changed
.oxfmtignore
.oxfmtrc.json
@@ -4,5 +4,9 @@
4
"singleQuote": true,
5
"arrowParens": "avoid",
6
"quoteProps": "consistent",
7
- "experimentalSortPackageJson": false
+ "experimentalSortPackageJson": false,
8
+ "ignorePatterns": [
9
+ // Docus MDC content - formatter breaks component syntax
10
+ "docs/content/**/*.md"
11
+ ]
12
}
0 commit comments