Skip to content

Commit 60e08ed

Browse files
committed
chore(format): collapse single-line arrays in .oxlintrc.json
oxfmt --write run; cosmetic only.
1 parent cfc45e8 commit 60e08ed

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.oxlintrc.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json",
3-
"plugins": [
4-
"typescript",
5-
"unicorn",
6-
"import"
7-
],
8-
"jsPlugins": [
9-
"./.config/oxlint-plugin/index.js"
10-
],
3+
"plugins": ["typescript", "unicorn", "import"],
4+
"jsPlugins": ["./.config/oxlint-plugin/index.js"],
115
"categories": {
126
"correctness": "error",
137
"suspicious": "error"

0 commit comments

Comments
 (0)