mandant-crm/backend/pint.json

8 lines
117 B
JSON
Raw Normal View History

{
"preset": "laravel",
"rules": {
"ordered_imports": true,
"no_unused_imports": true
}
}