Commit Graph

2 Commits

Author SHA1 Message Date
Naseem d7f4fe29db feat: lint examples (#649)
* refactor: use a single eslintrc for all examples folders

furthermore, override the strict rule that ships with airbnb

* fix: turn off no-use-before-define

* fix: install eslint in ci container

Co-Authored-By: Daniel Dyla <dyladan@users.noreply.github.com>

* fix: ignore uninstalled packages lint errors

We will not want to install all examples in CI

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-01-24 08:03:04 -05:00
Xiao c829a9c86f feat: add example for postgres plugin (#542)
* feat: add example for pg plugin

* fix: typos

* Update examples/postgres/README.md

Co-Authored-By: Daniel Dyla <dyladan@users.noreply.github.com>

* Update examples/postgres/client.js

Co-Authored-By: Olivier Albertini <olivier.albertini@montreal.ca>

* Update examples/postgres/server.js

Co-Authored-By: Olivier Albertini <olivier.albertini@montreal.ca>

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Olivier Albertini <olivier.albertini@montreal.ca>
Co-authored-by: Mayur Kale <mayurkale@google.com>
2019-12-23 15:15:49 -08:00