timesheet-prod/pint.json
Syazwan e90c84970f Initial commit: Quatriz timesheet application.
Laravel 13 + Filament admin panel with weekly hours entry, timesheet approval workflow, project management, reports, and PDF export.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 22:22:52 +08:00

11 lines
205 B
JSON

{
"preset": "laravel",
"rules": {
"simplified_null_return": true,
"single_quote": true,
"trailing_comma_in_multiline": {
"elements": ["arrays", "arguments", "parameters"]
}
}
}