DefinitelyTyped/types/loadware/tslint.json
Alex Lyman 00121a0418 Fix linting failure.
Weird, when I run lint locally, it demands that I have the tslint.json derived from "dtslint/dtslint.json" but Travis CI apparently disagrees and wants "dtslint/dt.json".
2017-11-23 18:56:17 -08:00

4 lines
38 B
JSON

{
"extends": "dtslint/dt.json"
}