Closed rizowski closed 7 years ago
Running eslint with the same arguements does not produce the same result:
➜ eslint-watch git:(master) ✗ eslint —no-ignore -f /Users/colrous/git/eslint-watch/src/formatters/simple --color ./
1/0 /Users/colrous/git/eslint-watch/src/eslint/cli.js
There might have been a change in the way formatter contracts are defined. I'll need to check the source code/api documentation to verify as eslint-watch is passing the correct path to eslint so it should be picking up the formatter functions
It seems like the formatting hasn't changed. There is another underlying problem. http://eslint.org/docs/developer-guide/working-with-custom-formatters
This doesn't seem to be an issue anymore... The paths are being passed correctly and the results are being displayed properly. I no longer find null
being returned when running the formatter command.