You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be great is if the linter obeyed .eslintignore settings as per the documentation. I'm assuming that it is not using the ignore file because code is passed to eslint via stdin.
I took a tiny look into this and it looks like one would have to lint using the tmpfile method rather than using stdin when executing the linter cmd. Perhaps then it would obey the .eslintignore setttings.
The text was updated successfully, but these errors were encountered:
Using this plugin together with
babel-sublime
as per this excellent article Lint Like It’s 2015 by Dan Abramov!What would be great is if the linter obeyed
.eslintignore
settings as per the documentation. I'm assuming that it is not using the ignore file because code is passed toeslint
viastdin
.I took a tiny look into this and it looks like one would have to lint using the
tmpfile
method rather than usingstdin
when executing the lintercmd
. Perhaps then it would obey the.eslintignore
setttings.The text was updated successfully, but these errors were encountered: