vite-plugin-eslint
vite-plugin-eslint copied to clipboard
Allow providing existing eslintrc.js file
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 }),
the same for me...