Репозитоий переименован во frontend, обновлены зависимости, добавлен eslint-config

This commit is contained in:
2025-12-26 11:36:35 +04:00
parent 9ac5f6bd28
commit 53dc2d3092
35 changed files with 4464 additions and 2715 deletions

View File

@@ -1,4 +1,4 @@
# helpers
# frontend
## Добавление нового пакета
@@ -11,3 +11,15 @@
```
yarn lerna publish
```
## Обновление зависимостей
```shell
yarn set version stable
yarn install
yarn upgrade-interactive
yarn dlx @yarnpkg/sdks
```