dots/.arclint

70 lines
1.2 KiB
JSON
Raw Normal View History

{
"exclude": [
"(^package-lock.json$)"
],
"linters": {
"chmod": {
"type": "chmod"
},
"Generated": {
"type": "generated"
},
"jshint": {
"type": "jshint",
"include": [
"(\\.cjs$)",
"(\\.js$)",
"(\\.jsx$)",
"(\\.mjs$)"
],
"jshint.jshintrc": ".jshint.json"
},
"json": {
"type": "json",
"include": [
"(^.arcconfig$)",
"(^.arclint$)",
"(^.arcunit$)",
"(\\.json$)",
"(\\.sublime-settings$)"
]
},
"merge-conflict": {
"type": "merge-conflict"
},
"nolint": {
"type": "nolint"
},
"spelling": {
"type": "spelling"
},
"text": {
"type": "text",
"exclude": [
"(^.gitignore$)",
"(\\.md$)"
],
"text.max-line-length": 80,
"severity": {
"1": "autofix",
"2": "advice",
"3": "advice",
"5": "disabled"
}
},
"text-markdown": {
"type": "text",
"include": [
"(^.gitignore$)",
"(\\.md$)"
],
"severity": {
"1": "autofix",
"2": "advice",
"3": "disabled",
"5": "disabled"
}
}
}
}