Files
DefinitelyTyped/browser-bunyan/tslint.json
Paul Lockwood 08fca8e2d3 First attempt adding browser-bunyan types (#13717)
* First attempt adding browser-bunyan types

* package.json only need dependencies

* Addressed all comments made by andy-ms
  https://github.com/DefinitelyTyped/DefinitelyTyped/pull/13717

* export * from "@types/bunyan" ->
export * from "bunyan";

Trying literally how andy-ms suggested

* Adding package version as-per base64-js example

* Changed back to copy/paste version of typings
 - browser-bunyan is a fork of bunyan
 - Errors from Travis CI were not helping so it seems wise to revert to a known good

* Resolved linting issues
 - Tested with: yarn lint -- browser-bunyan

* Trying: export * from "bunyan";
 - as suggested by andy-ms
2017-01-04 16:19:37 -08:00

2 lines
32 B
JSON

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