mightyiam / eslint-config-love

A TypeScript ESLint config that loves you
MIT License
757 stars 65 forks source link

Does this config not work with Vite? #1560

Closed beefchimi closed 4 months ago

beefchimi commented 4 months ago

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.