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

Allow providing existing eslintrc.js file

Open mturoci opened this issue 2 years ago • 2 comments

It seems like the eslintrc.js config file is currently ignored (or maybe just parts of it)? Neither ignorePatterns nor parserOptions.sourceType seem to work for me.

Or maybe I am missing something?

My vite-plugin-eslint config is quite plain: eslintPlugin({ cache: false }),

mturoci avatar Feb 24 '23 12:02 mturoci

the same for me...

SuperKirik avatar Nov 10 '23 11:11 SuperKirik