ESLint-Formatter icon indicating copy to clipboard operation
ESLint-Formatter copied to clipboard

Multiple configs

Open JonWallsten opened this issue 7 years ago • 2 comments

Would it be possible to use different config files like ESlint itself is doing? I have separate configs for src and test folders, so using only one config in the root, or specified will not work for me. It would be nice if the plugin used the same logic as ESLint, looking in current files folders and then move on to parents until one is found.

JonWallsten avatar Aug 31 '16 06:08 JonWallsten

Having the ability for this plugin to not pass a configuration file at all to the eslint binary seems like a great choice. I'd happily accept a PR.

TheSavior avatar Sep 02 '16 21:09 TheSavior

I will see what I can do. However I don't know python. So it will probably take a while.

JonWallsten avatar Sep 12 '16 11:09 JonWallsten