Skip to content

v2.1.12 - Windows Spaced Path Fix

Choose a tag to compare

@rizowski rizowski released this 30 Jun 20:22
· 108 commits to master since this release

Fixes

  • Windows paths with spaces in them now work with eslint-watch ( #86, #84 )

Misc

  • Watch directory is now specified as ./ if one isn't specified
  • Appveyor is back (bad idea to remove it)
  • ESLint is now being executed via spawn rather than exec. Also making it easier to execute a command and parse the whole result via src/executer.js