Skip to content

Commit 83c8307

Browse files
feat: add oxfmt for formatting code
1 parent ec4cd64 commit 83c8307

3 files changed

Lines changed: 360 additions & 0 deletions

File tree

.oxfmtrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"ignorePatterns": [],
4+
"printWidth": 120,
5+
"singleQuote": true
6+
}

package-lock.json

Lines changed: 353 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"meilisearch": "^0.41.0",
8282
"moment": "2.30.1",
8383
"moment-shortformat": "^2.1.0",
84+
"oxfmt": "^0.42.0",
8485
"prop-types": "^15.8.1",
8586
"react": "^18.3.1",
8687
"react-datepicker": "^8.10.0",

0 commit comments

Comments
 (0)