DefinitelyTyped/types/jsdom/tslint.json
2017-08-21 14:14:31 -07:00

9 lines
163 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// TODOs
"no-empty-interface": false,
"no-object-literal-type-assertion": false
}
}