bot/tslint.json
2020-01-12 23:10:56 -05:00

9 lines
102 B
JSON

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