Skip to content

Commit 754b63f

Browse files
authored
Add ignorePatterns to .oxfmtrc.json
Signed-off-by: Wei Wang <[email protected]>
1 parent 5fbfe3c commit 754b63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.oxfmtrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"ignorePatterns": [".changeset/*.md"],
34
"semi": false,
45
"singleQuote": true
56
}

0 commit comments

Comments
 (0)