{ "rules": { "preferCompositionAPI": true, "strictTypes": true, "noHardcodedValues": true, "useDependencyInjection": true }, "paths": { "acmeshop_module": "module/acmeshop/upload/acmeshop", "frontendAdmin": "frontend/admin", "telegramShopSpa": "frontend/spa", "migrations": "module/acmeshop/upload/acmeshop/database/migrations", "acmeshopHandlers": "module/acmeshop/upload/acmeshop/src/Handlers", "adminHandlers": "module/acmeshop/upload/acmeshop/bastion/Handlers", "models": "module/acmeshop/upload/acmeshop/src/Models", "framework": "module/acmeshop/upload/acmeshop/framework" }, "naming": { "classes": "PascalCase", "methods": "camelCase", "variables": "camelCase", "constants": "UPPER_SNAKE_CASE", "files": "PascalCase for classes, kebab-case for others", "tables": "snake_case with acmeshop_ prefix" }, "php": { "version": "7.4+", "preferVersion": "7.4+", "psr12": true }, "javascript": { "version": "ES2020+", "framework": "Vue 3 Composition API", "stateManagement": "Pinia", "uiLibrary": "PrimeVue (admin), Tailwind (spa)" }, "database": { "queryBuilder": true, "migrations": true, "tablePrefix": "acmeshop_", "noForeignKeys": true } }