Files
DefinitelyTyped/awesomplete/tslint.json
Trevor Bekolay b6c328979c Make awesomplete definitions a module (#14986)
* Make awesomplete definitions a module

This enables the use of import statements like

  import * as Awesomplete from "awesomplete";

* Add tslint.json and fix to pass checks

Also simplifies existing definitions with AwesompleteSuggestion
and adds the missing DATA method.
2017-03-10 17:09:15 -08:00

2 lines
32 B
JSON

{ "extends": "../tslint.json" }