DefinitelyTyped/types/webicon/tslint.json
Manuel Thalmann c102f3c275 Add types for the webicon-module (#35563)
* Add types for the webicon-module

* Fix typo

* Add a version-restriction

* Add function-type restrictions

* Fix the code according to tslint
2019-05-20 12:49:48 -07:00

8 lines
137 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-unnecessary-generics": false,
"no-empty-interface": false
}
}