sandbox/.arclint

18 lines
262 B
Text
Raw Normal View History

{
"linters": {
"merge-conflict": {
"type": "merge-conflict"
},
"nolint": {
"type": "nolint"
},
"PHP Error Check": {
"type": "php",
"include": "(\\.php$)"
},
"spelling": {
"type": "spelling"
}
}
}