Commit Graph

3 Commits

Author SHA1 Message Date
Wesley Wigham
6970a8fffa
#no-publishing-comment No more tabs in json documents, trailing newlines for every document 2020-05-15 12:27:10 -07:00
Nathan Shively-Sanders
6115ac10be
Add new npm-naming exemptions (#36969)
* Add new npm-naming exemptions

These packages fail the upcoming requirement that the types package
version match a version that exists for the original package.

In other words, these packages have a version, like 0.0 or 1.0, that
their original package doesn't have. The "npm-naming" lint rule will
soon prevent this, so these packages need to be exempt from this rule.

* Restore some useful comments/formatting

* Update required TS version for stale packages
2019-07-17 14:06:12 -07:00
superheri
58bf05fae3 Add types for Amplifier (#34871)
* Made types from amplify usable for amplifier (the nodejs version of amplify)

* Fix tests

* Set tsconfig as asked in pull request requirements

* Revert tsconfig cnanges since it breaks tests

* Bring back strictness

* Fix tslint errors

* Fix callback function params
2019-04-22 13:15:09 -07:00