eslint-plugin
eslint-plugin copied to clipboard
.eslintignore file is ignored
ESLint supports ignoring files and directories via the .eslintignore file. It seems that in the current version of the plugin the .eslintignore is not picked up, errors in a code still get highlighted. I was trying to set a path explicitly through command line arguments supported by eslint using ESLint package plugin option, but I guess it accepts only binary path.