Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 6e7423b

Browse files
committed
chore: no need in schema, it's automatically provided by vscode extension
1 parent 1cd0b0a commit 6e7423b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.oxfmtrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"$schema": "./node_modules/oxfmt/configuration_schema.json",
32
"printWidth": 80,
43
"semi": false,
54
"singleQuote": true,
65
"quoteProps": "consistent",
76
"trailingComma": "es5",
87
"sortPackageJson": false,
9-
"ignorePatterns": ["CHANGELOG.md", "dist"]
8+
"ignorePatterns": ["CHANGELOG.md", "dist", ".oxfmtrc.json"],
109
}

0 commit comments

Comments
 (0)