13 lines
238 B
Text
13 lines
238 B
Text
{
|
|
"exclude": "(^vendor/)",
|
|
"linters": {
|
|
"php": {
|
|
"type": "php",
|
|
"include": "(\\.php$)"
|
|
},
|
|
"json": {
|
|
"type": "json",
|
|
"include": "(\\.json$)"
|
|
}
|
|
}
|
|
}
|