bot/tslint.json

9 lines
102 B
JSON

{
"extends": "gts/tslint.json",
"linterOptions": {
"exclude": [
"**/*.json"
]
}
}