I'm looking for a way to enforce that everyone working on our code base use TypeScript for Single File Components. All the components use TypeScript, so disabling JavaScript is also an option.
I thought that this could be done with an ESLint rule, but I can’t find it.