2024-05-12 11:54:14 +02:00
|
|
|
{
|
|
|
|
"exclude": [
|
|
|
|
"(^.gitignore$)",
|
|
|
|
"(^package-lock.json$)"
|
|
|
|
],
|
|
|
|
"linters": {
|
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
|
|
|
"(^\\.arcconfig$)",
|
|
|
|
"(^\\.arclint$)",
|
|
|
|
"(^\\.arcunit$)",
|
2024-05-28 14:21:08 +02:00
|
|
|
"(\\.json$)"
|
2024-05-12 11:54:14 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
|
|
|
"spelling": {
|
|
|
|
"type": "spelling"
|
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"type": "text",
|
2024-05-28 14:21:08 +02:00
|
|
|
"text.max-line-length": 80,
|
|
|
|
"severity": {
|
2024-06-08 09:25:13 +02:00
|
|
|
"1": "autofix",
|
2024-05-28 14:21:08 +02:00
|
|
|
"2": "advice",
|
|
|
|
"3": "advice",
|
|
|
|
"5": "disabled"
|
|
|
|
}
|
2024-05-12 11:54:14 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|