v0.1.3
Updates ESLint to version 6, and adds more configuration options for node.js:
node.js:
config.logger- Allows for a custom logging function. The supplied function should be able to take the same arguments as
console.log, though currently, it is only called with a single string argument.
- Allows for a custom logging function. The supplied function should be able to take the same arguments as
config.shouldSkipFrame- A function that returns true if the current frame should be skipped. Useful for multiple instanced processing.