2024-05-02 11:23:44 +02:00
|
|
|
{
|
|
|
|
"linters": {
|
2024-05-04 10:22:21 +02:00
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
2024-05-02 11:23:44 +02:00
|
|
|
"PHP Error Check": {
|
2024-05-04 10:22:21 +02:00
|
|
|
"type": "php",
|
|
|
|
"include": "(\\.php$)"
|
|
|
|
},
|
|
|
|
"spelling": {
|
|
|
|
"type": "spelling"
|
2024-05-02 11:23:44 +02:00
|
|
|
}
|
|
|
|
}
|
2024-05-04 10:22:21 +02:00
|
|
|
}
|