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

View File

@@ -1,19 +1,18 @@
{
"private": true,
"type": "module",
"packageManager": "yarn@4.12.0",
"workspaces": [
"packages/*"
],
"scripts": {
"postinstall": "husky"
},
"devDependencies": {
"@advdominion/eslint-config": "workspace:*",
"eslint": "^10.0.0",
"husky": "^9.1.7",
"lerna": "^9.0.4",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1"
}
"private": true,
"type": "module",
"packageManager": "yarn@4.17.0",
"workspaces": [
"packages/*"
],
"scripts": {
"postinstall": "husky"
},
"devDependencies": {
"husky": "^9.1.7",
"lerna": "^9.0.7",
"lint-staged": "^17.0.7",
"oxfmt": "^0.55.0",
"oxlint": "^1.70.0"
}
}