2024-05-12 11:54:14 +02:00
|
|
|
{
|
2024-06-16 10:26:19 +02:00
|
|
|
"exclude": ["(^package-lock.json$)"],
|
2024-05-12 11:54:14 +02:00
|
|
|
"linters": {
|
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
2024-06-09 14:10:01 +02:00
|
|
|
"Generated": {
|
|
|
|
"type": "generated"
|
|
|
|
},
|
|
|
|
"jshint": {
|
|
|
|
"type": "jshint",
|
2024-06-16 10:26:19 +02:00
|
|
|
"include": ["(\\.cjs$)", "(\\.js$)", "(\\.jsx$)", "(\\.mjs$)"],
|
2024-06-09 20:29:54 +02:00
|
|
|
"jshint.jshintrc": ".jshint.json"
|
2024-06-09 14:10:01 +02:00
|
|
|
},
|
2024-05-12 11:54:14 +02:00
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
2024-06-09 14:10:01 +02:00
|
|
|
"(^.arcconfig$)",
|
|
|
|
"(^.arclint$)",
|
|
|
|
"(^.arcunit$)",
|
2024-06-09 20:29:54 +02:00
|
|
|
"(\\.json$)",
|
|
|
|
"(\\.sublime-settings$)"
|
2024-05-12 11:54:14 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
|
|
|
"spelling": {
|
|
|
|
"type": "spelling"
|
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"type": "text",
|
2024-06-16 10:26:19 +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",
|
2024-06-16 10:26:19 +02:00
|
|
|
"include": ["(^.gitignore$)", "(\\.md$)"],
|
2024-06-09 14:10:01 +02:00
|
|
|
"severity": {
|
|
|
|
"1": "autofix",
|
|
|
|
"2": "advice",
|
|
|
|
"3": "disabled",
|
|
|
|
"5": "disabled"
|
|
|
|
}
|
2024-06-16 10:26:19 +02:00
|
|
|
},
|
|
|
|
"yaml lint": {
|
|
|
|
"type": "yamllint",
|
|
|
|
"include": ["(\\.yaml$)", "(\\.yml$)", "(^.yamllint$)"]
|
2024-05-12 11:54:14 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|