9 lines
211 B
JSON
9 lines
211 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"concat_space": false,
|
|
"not_operator_with_successor_space": false,
|
|
"unary_operator_spaces": false,
|
|
"function_declaration": false
|
|
}
|
|
}
|