You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a JS-only codebase(no .ts or .tsx files), but we use TypeScript declaration(.d.ts) files to define types for our components.
I've configured eslint with eslint-plugin-react to enforce the react/prop-types rule, but it doesn’t seem to work when using JSDoc or types imported from these declaration files.
Could you please confirm if this is expected behavior? Am I missing something in my configuration, or is support for .d.ts and JSDoc typings outside the scope of this plugin?