mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00:00
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"declare_strict_types": true,
|
|
"strict_comparison": true,
|
|
"strict_param": true,
|
|
"no_unused_imports": true
|
|
}
|
|
}
|