2024-05-12 18:54:14 +09:00
|
|
|
{
|
2024-06-16 17:26:19 +09:00
|
|
|
"exclude": ["(^package-lock.json$)"],
|
2024-05-12 18:54:14 +09:00
|
|
|
"linters": {
|
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
2024-06-09 21:10:01 +09:00
|
|
|
"Generated": {
|
|
|
|
"type": "generated"
|
|
|
|
},
|
|
|
|
"jshint": {
|
|
|
|
"type": "jshint",
|
2024-06-16 17:26:19 +09:00
|
|
|
"include": ["(\\.cjs$)", "(\\.js$)", "(\\.jsx$)", "(\\.mjs$)"],
|
2024-06-10 03:29:54 +09:00
|
|
|
"jshint.jshintrc": ".jshint.json"
|
2024-06-09 21:10:01 +09:00
|
|
|
},
|
2024-05-12 18:54:14 +09:00
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
2024-06-09 21:10:01 +09:00
|
|
|
"(^.arcconfig$)",
|
|
|
|
"(^.arclint$)",
|
|
|
|
"(^.arcunit$)",
|
2024-06-10 03:29:54 +09:00
|
|
|
"(\\.json$)",
|
|
|
|
"(\\.sublime-settings$)"
|
2024-06-20 16:01:04 +09:00
|
|
|
],
|
|
|
|
"exclude": ["(^.vscode/\\.json$)", "(^vscode.json$)"]
|
2024-05-12 18:54:14 +09:00
|
|
|
},
|
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
|
|
|
"spelling": {
|
|
|
|
"type": "spelling"
|
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"type": "text",
|
2024-06-16 17:26:19 +09:00
|
|
|
"exclude": ["(^.gitignore$)", "(\\.md$)"],
|
2024-05-28 21:21:08 +09:00
|
|
|
"text.max-line-length": 80,
|
|
|
|
"severity": {
|
2024-06-08 16:25:13 +09:00
|
|
|
"1": "autofix",
|
2024-05-28 21:21:08 +09:00
|
|
|
"2": "advice",
|
|
|
|
"3": "advice",
|
|
|
|
"5": "disabled"
|
|
|
|
}
|
2024-06-09 21:10:01 +09:00
|
|
|
},
|
|
|
|
"text-markdown": {
|
|
|
|
"type": "text",
|
2024-06-16 17:26:19 +09:00
|
|
|
"include": ["(^.gitignore$)", "(\\.md$)"],
|
2024-06-09 21:10:01 +09:00
|
|
|
"severity": {
|
|
|
|
"1": "autofix",
|
|
|
|
"2": "advice",
|
|
|
|
"3": "disabled",
|
|
|
|
"5": "disabled"
|
|
|
|
}
|
2024-06-16 17:26:19 +09:00
|
|
|
},
|
|
|
|
"yaml lint": {
|
|
|
|
"type": "yamllint",
|
|
|
|
"include": ["(\\.yaml$)", "(\\.yml$)", "(^.yamllint$)"]
|
2024-05-12 18:54:14 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|