2024-05-12 11:54:14 +02:00
|
|
|
{
|
|
|
|
"exclude": [
|
|
|
|
"(^package-lock.json$)"
|
|
|
|
],
|
|
|
|
"linters": {
|
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
2024-06-09 14:10:01 +02:00
|
|
|
"Generated": {
|
|
|
|
"type": "generated"
|
|
|
|
},
|
|
|
|
"jshint": {
|
|
|
|
"type": "jshint",
|
|
|
|
"include": [
|
|
|
|
"(\\.cjs$)",
|
|
|
|
"(\\.js$)",
|
|
|
|
"(\\.jsx$)",
|
|
|
|
"(\\.mjs$)"
|
|
|
|
]
|
|
|
|
},
|
2024-05-12 11:54:14 +02:00
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
2024-06-09 14:10:01 +02:00
|
|
|
"(^.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-06-09 14:10:01 +02:00
|
|
|
"exclude": [
|
|
|
|
"(^.gitignore$)",
|
|
|
|
"(\\.md$)"
|
|
|
|
],
|
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-06-09 14:10:01 +02:00
|
|
|
},
|
|
|
|
"text-markdown": {
|
|
|
|
"type": "text",
|
|
|
|
"include": [
|
|
|
|
"(^.gitignore$)",
|
|
|
|
"(\\.md$)"
|
|
|
|
],
|
|
|
|
"severity": {
|
|
|
|
"1": "autofix",
|
|
|
|
"2": "advice",
|
|
|
|
"3": "disabled",
|
|
|
|
"5": "disabled"
|
|
|
|
}
|
2024-05-12 11:54:14 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|