37 lines
592 B
Text
37 lines
592 B
Text
|
{
|
||
|
"exclude": [
|
||
|
"(^.gitignore$)",
|
||
|
"(^package-lock.json$)"
|
||
|
],
|
||
|
"linters": {
|
||
|
"chmod": {
|
||
|
"type": "chmod"
|
||
|
},
|
||
|
"filename": {
|
||
|
"type": "filename"
|
||
|
},
|
||
|
"json": {
|
||
|
"type": "json",
|
||
|
"include": [
|
||
|
"(^\\.arcconfig$)",
|
||
|
"(^\\.arclint$)",
|
||
|
"(^\\.arcunit$)",
|
||
|
"(^\\.json$)"
|
||
|
]
|
||
|
},
|
||
|
"merge-conflict": {
|
||
|
"type": "merge-conflict"
|
||
|
},
|
||
|
"nolint": {
|
||
|
"type": "nolint"
|
||
|
},
|
||
|
"spelling": {
|
||
|
"type": "spelling"
|
||
|
},
|
||
|
"text": {
|
||
|
"type": "text",
|
||
|
"text.max-line-length": 80
|
||
|
}
|
||
|
}
|
||
|
}
|