Skip to content

Commit 14468dc

Browse files
committed
chore: no need in schema, it's automatically provided by vscode extension
1 parent ce51761 commit 14468dc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.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": 120,
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)