* update composer.lock * run pint * fix phpstan * update migrations (sqlite `dropForeign`) * fix migrations * Reset these back for now * Alphabetize the rules * run `php artisan filament:upgrade` --------- Co-authored-by: Lance Pioch <git@lance.sh>
10 lines
227 B
JSON
10 lines
227 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"concat_space": false,
|
|
"new_with_parentheses": {"anonymous_class": false},
|
|
"not_operator_with_successor_space": false,
|
|
"ordered_imports": false
|
|
}
|
|
}
|