DefinitelyTyped/types/humane-js/tslint.json
Christophe Coevoet 0f0d84477c [humane-js] Fix humane-js types (#40043)
* Rename the humane types to humane-js to match the package name

* Improve humane-js types

- define the exported CommonJS API instead of documenting the global
  variable from the UMD pattern
- fix the list of available options
- use proper signatures for various functions instead of generic
  Function types
- use optional parameters instead of function overload without extra
  params for proper types

* Enable the strict linting rules for the humane-js types
2019-11-05 13:25:01 -08:00

4 lines
37 B
JSON

{
"extends": "dtslint/dt.json"
}