Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
466 stars 174 forks source link

Use Standard Code Style #188

Closed stefanpoeter closed 6 years ago

stefanpoeter commented 6 years ago

Remember to use standard javascript code style. You can find Informations about it here. It is super easy and comes with a node.js module. npm test should check for violations but that does not seem to work properly as I noticed.

stefanpoeter commented 6 years ago

npm test is working again. TravisCI will complain about bad coding styles. you have been warned ;-)