royriojas / eslint-friendly-formatter

A simple formatter/reporter for ESLint that's friendly with Sublime Text and iterm2 "click to open file" functionality
MIT License
198 stars 28 forks source link

Flags don't seem to be working in ESLint 5.12.1 #39

Open ELLIOTTCABLE opened 5 years ago

ELLIOTTCABLE commented 5 years ago

I'm getting this error:

$ eslint --format friendly --rule 'prettier/prettier: 0' 'src/**/*' -- --eff-by-issue --eff-filter 'no-undef'

Oops! Something went wrong! :(

ESLint: 5.12.1.
No files matching the pattern "--eff-by-issue" were found.
Please check for typing mistakes in the pattern.
royriojas commented 5 years ago

yeah it seems newer version of eslint parse all args so we won't be able to pass arguments anymore :(