eslint-plugin icon indicating copy to clipboard operation
eslint-plugin copied to clipboard

.eslintignore file is ignored

Open mradionov opened this issue 10 years ago • 0 comments

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.

mradionov avatar Oct 19 '15 12:10 mradionov