Closed BethGriggs closed 1 year ago
This module should probably have a linter. It's common to use eslint with a predefined style.
eslint
Note: this may (and arguably should) enforce some modernisation of the code syntax (for example, moving away from var's).
var
Refs: https://nodeshift.dev/nodejs-reference-architecture/development/code-consistency
closed via #96
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