This commit is contained in:
2026-04-07 01:07:12 +03:00
parent b6287906a9
commit 7cf49ee1e4
24 changed files with 769 additions and 270 deletions

12
frontend/.oxfmtrc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"semi": false,
"singleQuote": true,
"printWidth": 100,
"ignorePatterns": [
"src/core/wasm-layout/",
"src/core/wasm-pkg-layout/",
"src/core/wasm-pkg/",
"src/core/wasm/"
]
}