Skip to content

v0.1.3

Choose a tag to compare

@tungs tungs released this 13 Sep 04:22

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.
  • config.shouldSkipFrame
    • A function that returns true if the current frame should be skipped. Useful for multiple instanced processing.