Does this config not work with Vite?
beefchimi opened this issue · 0 comments
beefchimi commented
I've tried to get this setup on a minimal vite
project here:
https://github.com/beefchimi/vite-eslint-flat
I've simply run the npm create vite@latest
command and chose a Vanilla > TypeScript
project.
There are not many commits on that demo repo, so it should be easy to see each small step I've taken to get things working.
Just trying something as simple as adding a no-console
rule to the config (or directly in the file as a comment) do not appear to work.