chore: add oxfm and oxlint

This commit is contained in:
Julien Calixte
2026-06-19 17:30:05 +02:00
parent abce8b65cd
commit 0ac212a4ac
5 changed files with 506 additions and 1 deletions

6
.oxfmtrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"semi": false,
"singleQuote": false,
"ignorePatterns": []
}