Fork me on GitHub
#emacs
<
2016-09-06
>
chrisetheridge09:09:10

@caio thanks for the links. i tried that, with many different values. and couldn’t get it to work. i think its cause the < symbol can take variable arguments

vinnyataide22:09:26

hello, I know this might be the wrong place to ask but I looked everywhere on the internet and couldnt find. Do you guys know any setup for flycheck with local project eslint executable and config?

vinnyataide22:09:52

I tried with getting the project dir from projectile but couldn't find a way to get it simply

tanzoniteblack22:09:40

@vinnyataide eslint will pick up a project config (eslint itself will go up directory trees to find the first applicable config file); don’t know about having a local eslint executable, I’ve always just installed it globally

vinnyataide22:09:00

Oh, so flycheck won't need to find the eslintrc?

tanzoniteblack22:09:47

nope, eslint already deals with that

tanzoniteblack22:09:15

99.9% of use cases though, you can get away with having eslint globally installed and not dealing with that headache

vinnyataide23:09:48

well, I think my plugins needs to be installed globally too