Skip to content

Commit 0e6db73

Browse files
committed
chore: bump dev dependencies, update format config
1 parent abd5108 commit 0e6db73

File tree

3 files changed

+74
-71
lines changed

3 files changed

+74
-71
lines changed

.oxfmtrc.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
"ignorePatterns": ["**/build", "**/node_modules", "CHANGELOG.md"],
1010
"experimentalSortPackageJson": false,
1111
"experimentalSortImports": {
12-
"groups": [
13-
["side-effect"],
14-
["builtin", "external", "external-type"],
15-
["internal", "internal-type"],
16-
["parent", "parent-type"],
17-
["sibling", "sibling-type"],
18-
["index", "index-type"]
19-
]
12+
"groups": [["side_effect"], ["builtin", "external"], ["internal"], ["parent"], ["sibling"], ["index"]]
2013
}
2114
}

0 commit comments

Comments
 (0)