I have a type script project, and I would like to disable eslint for .js files, since .js files are compiled typescript.
How do I go about doing this? I've tried adding `eslint-disable` to overrides in the eslintrc file like the following, as if doing it at the top of the file like /* eslint-disable */ but I cannot do that everytime typescript compiles, it would be tiring. I could make a script that does that for me, but that seems like a waste of time. [image: Screenshot_20210124_002618.png] -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/eslint/ae4e48a5-de11-4d88-addc-fec10e94f698n%40googlegroups.com.
