Обновлены зависимости, 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

16
.yarn/sdks/oxfmt/package.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "oxfmt",
"version": "0.55.0-sdk",
"main": "dist/index.js",
"type": "commonjs",
"bin": {
"oxfmt": "bin/oxfmt"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
}
}