Skip to content

Commit 87c2179

Browse files
committed
chore: ignore json schemas on sort attributes
1 parent 77f61b9 commit 87c2179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
{
26-
"excludeFiles": ["_data.json"],
26+
"excludeFiles": ["_data.json", "*.schema.json"],
2727
"files": ["*.json"],
2828
"options": {
2929
"plugins": ["prettier-plugin-sort-json"]

0 commit comments

Comments
 (0)