mirror of
https://github.com/skysyaz/timesheet-staging.git
synced 2026-07-14 08:40:51 +00:00
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>
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"simplified_null_return": true,
|
|
"single_quote": true,
|
|
"trailing_comma_in_multiline": {
|
|
"elements": ["arrays", "arguments", "parameters"]
|
|
}
|
|
}
|
|
}
|