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

eslint@5 now validate rest parameters for valid file patterns #35

Closed royriojas closed 6 years ago

royriojas commented 6 years ago

Before eslint@5 we were abusing the fact that parameters passed after -- were ignored by the cli engine. Now there is a validation for valid file patterns and since that one doesn't match now it will complaint on those arguments we pass there.

The easier way to fix this is to use only ENV variables.

royriojas commented 6 years ago

For now we're using ENV variables only.