mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-29 03:09:12 +08:00
029f358b2a
* feature: Improve make:theme command * fix tests * fix edge case without path() method
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"blank_line_before_statement": true,
|
|
"concat_space": {
|
|
"spacing": "one"
|
|
},
|
|
"method_argument_space": true,
|
|
"single_trait_insert_per_statement": true,
|
|
"types_spaces": {
|
|
"space": "single"
|
|
}
|
|
},
|
|
"exclude": ["tests/src/Panels/Commands/Fixture"]
|
|
}
|