DefinitelyTyped/types/webcomponents.js/tslint.json
Andy 68d74285e6 webcomponents.js: Convert to external module and make compatible with TS2.3 (#15998)
* webcomponents.js: Convert to external module and make compatible with TS2.3

* Use in polymer
2017-04-19 13:57:06 -07:00

7 lines
86 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false
}
}