DefinitelyTyped/types/parse/tslint.json

10 lines
206 B
JSON
Raw Permalink Normal View History

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"no-unnecessary-generics": false,
"no-self-import": false,
"no-declare-current-package": false
}
}