Anonymous6o6 exactly, I recently saw that vite has been implementing their own linting and I really like it. that linting don’t allow you declare a variable and not use it, if you just declare a variable and don’t use that variable, it warns you and that warning also cause build error if you don’t fix. though I agree that can get annoying at some point but it helps foster clean codes.