Create pint.json

shleeable-patch-3
Shlee 4 weeks ago committed by GitHub
parent 59927d259b
commit e1ccc2529f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,19 @@
{
"preset": "laravel",
"rules": {
"simplified_null_return": true,
"not_operator_with_successor_space": true,
"ordered_imports": {
"sort_algorithm": "alpha"
},
"no_unused_imports": true,
"array_syntax": {
"syntax": "short"
}
},
"exclude": [
"bootstrap/cache",
"storage",
"vendor"
]
}
Loading…
Cancel
Save