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
I'd like to know if that would be easy to add support for .eslintignore or eslintignore.json file.
Since javascript project often includes node_modules folder, we don't need to actually lint files in it.
Hello. First thanks for this plugin.
I'd like to know if that would be easy to add support for
.eslintignoreoreslintignore.jsonfile.Since javascript project often includes
node_modulesfolder, we don't need to actually lint files in it.Regards