Skip to content

Commit bde0178

Browse files
committed
conf(oxfmt): ignore changesets
1 parent ecbfe8b commit bde0178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.oxfmtrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3-
"ignorePatterns": [],
3+
"ignorePatterns": [".changeset/**"],
44
"semi": false,
55
"singleQuote": true,
66
"printWidth": 60

0 commit comments

Comments
 (0)