Обновлены зависимости, ESLint/Prettier заменены на Oxlint/Oxfmt, удалены настройки для VS Code

This commit is contained in:
2026-06-21 00:46:00 +04:00
parent 034b93a2d6
commit 70b66b7ec0
41 changed files with 1829 additions and 2721 deletions

8
.oxfmtrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"printWidth": 120,
"singleQuote": true,
"quoteProps": "consistent",
"sortImports": true,
"sortPackageJson": false,
"ignorePatterns": [".docker", ".yarn", "html"]
}