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