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 tried to install @types/eslint-plugin-jsx-a11y because eslint-plugin-jsx-a11y isn't provided with types and I am getting build errors:
node_modules/@types/eslint-plugin-jsx-a11y/index.d.ts:5:29 - error TS2694: Namespace '"/example/node_modules/@types/eslint/index".Linter' has no exported member 'LegacyConfig'.
5 recommended: Linter.LegacyConfig;
Are those types still supported? is there a way to get types? The only solution I found for now was to disable types
The text was updated successfully, but these errors were encountered:
Which version of @types/eslint do you have installed? It looks like the latest @types/eslint-plugin-jsx-a11y is based on the v9 (or possibly 8.57) @types/eslint
I tried to install
@types/eslint-plugin-jsx-a11y
becauseeslint-plugin-jsx-a11y
isn't provided with types and I am getting build errors:Are those types still supported? is there a way to get types? The only solution I found for now was to disable types
The text was updated successfully, but these errors were encountered: