SublimeLinter-contrib-eslint_d icon indicating copy to clipboard operation
SublimeLinter-contrib-eslint_d copied to clipboard

pick one of the valid config files

Open thefourtheye opened this issue 9 years ago • 3 comments

ESLint supports more than one way to specify the configuration files. The valid list of files can be seen here http://eslint.org/docs/user-guide/configuring#configuration-file-formats This patch checks if any of those files exist and if it does return that file name, otherwise return .eslintrc as the default value.

Fixes: #12

thefourtheye avatar Jul 14 '16 16:07 thefourtheye

Nice work. I think a similar patch might be in order for the regular ESLint plugin, throught I'm not exactly sure how the configuration gets loaded there.

silverwind avatar Jul 14 '16 17:07 silverwind

I need this. 👍 @roadhump, any news about merging this in?

AviDuda avatar Sep 13 '16 23:09 AviDuda

ping!

silverwind avatar Jan 10 '17 22:01 silverwind