infinispan / js-client

Javascript client for Infinispan, over the Hot Rod wire protocol
https://infinispan.org/docs/hotrod-clients/js/latest/js_client.html
Apache License 2.0
15 stars 28 forks source link

add a linter for code consistency #81

Closed BethGriggs closed 1 year ago

BethGriggs commented 2 years ago

This module should probably have a linter. It's common to use eslint with a predefined style.

Note: this may (and arguably should) enforce some modernisation of the code syntax (for example, moving away from var's).

Refs: https://nodeshift.dev/nodejs-reference-architecture/development/code-consistency

rigazilla commented 1 year ago

closed via #96