Flags don't seem to be working in ESLint 5.12.1
Opened this issue · 1 comments
ELLIOTTCABLE commented
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
yeah it seems newer version of eslint parse all args so we won't be able to pass arguments anymore :(