Brett Beekley
Results
2
comments of
Brett Beekley
I'm working on using [winston](https://github.com/winstonjs/winston) for this.
I like the [eslint recommended](https://eslint.org/docs/rules/) set of rules, which roughly are the de facto standards. I'd suggest: ``` module.exports = { env: { node: true, browser: true, }, extends: 'eslint:recommended',...