chore: add formatter

This commit is contained in:
Vitaly Gashkov
2026-02-08 14:01:20 +05:00
parent 3297dce797
commit c6ec34ca8b
4 changed files with 176 additions and 12 deletions
+3 -2
View File
@@ -32,12 +32,13 @@
}
],
"engines": {
"node": ">=20"
"node": ">=22"
},
"dependencies": {
"molnia": "^0.1.7"
},
"devDependencies": {
"typescript": "^5.9.2"
"oxfmt": "^0.28.0",
"typescript": "^5.9.3"
}
}