A set of project-wide rules for a Vue or TypeScript-style web application, including imports, coding practices, dependency use, linting, and local tool versions. It specifies conventions such as path aliases and supported Node.js and pnpm versions.
A set of TypeScript coding rules covering types, naming, file organization, error handling, and strict type checking. TypeScript is JavaScript with checks that help catch many mistakes before the program runs.
A set of project rules for Owl Admin, a Laravel-based framework for building web administration panels. It guides how the project should use its page renderer, controllers, services, menus, permissions, APIs, and code generator.
Laravel rules for reading dynamic settings through a shared ConfigCenter service or helper instead of querying the settings database table directly. Settings are addressed with dot-separated paths and converted to the expected data types.