Репозитоий переименован во 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

@@ -0,0 +1,26 @@
{
"name": "@advdominion/eslint-config",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/frontend.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@eslint/js": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"vue-eslint-parser": "^10.2.0"
},
"peerDependencies": {
"eslint": "^9.39.0"
}
}