8 lines
117 B
JSON
8 lines
117 B
JSON
|
|
{
|
||
|
|
"preset": "laravel",
|
||
|
|
"rules": {
|
||
|
|
"ordered_imports": true,
|
||
|
|
"no_unused_imports": true
|
||
|
|
}
|
||
|
|
}
|