IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
37 stars 23 forks source link

Adopt airbnb style guide for tests and examples #60

Closed abmusse closed 5 years ago

abmusse commented 5 years ago

We should lint and cleanup the following:

To use airbnb style guide used across our other open source JavaScript projects.

To setup eslint and airbnb eslint config with vscode reference this article

dmabupt commented 5 years ago

commit c13d598 made the eslint and mkdownlint changes.