This used to work perfectly in 0.21.0
eslint --reset -f myformat.js --rulesdir C:\myeslint-rules runengine.js
Now it is broken after I update to 1.9.0. After spending a lot of time 
searching online for a fix, I found page mentioning --reset is default in 
the new version and no longer available as option, so I also tried:
eslint -f myformat.js --rulesdir C:\myeslint-rules runengine.js
eslint -format myformat.js --rulesdir C:\myeslint-rules runengine.js
Every time I get the following error:
Could not find formatter 'myformat.js'.

Could we get a fix on this bug to enable the command line option again?

Thanks,
Xun

-- 
You received this message because you are subscribed to the Google Groups 
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to