Репозитоий переименован во 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,6 +1,9 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"esbenp.prettier-vscode"
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint"
]
}

View File

@@ -3,5 +3,6 @@
"**/.yarn": true,
"**/.pnp.*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs"
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"eslint.nodePath": ".yarn/sdks"
}