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
eslint.config.js:11:3 - error TS2345: Argument of type 'FlatConfig' is not assignable to parameter of type 'InfiniteDepthConfigWithExtends'.
Type 'Config' is not assignable to type 'ConfigWithExtends'.
Types of property 'languageOptions' are incompatible.
Type 'import("node_modules/eslint/lib/types/index").Linter.LanguageOptions | undefined' is not assignable to type 'import("node_modules/@typescript-eslint/utils/dist/ts-eslint/Config").FlatConfig.LanguageOptions | undefined'.
Type 'import("/Users/simo97/Desktop/web/packages/iptv/node_modules/eslint/lib/types/index").Linter.LanguageOptions' is not assignable to type 'import("/Users/simo97/Desktop/web/packages/iptv/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config").FlatConfig.LanguageOptions'.
Types of property 'ecmaVersion' are incompatible.
Type 'EcmaVersion | undefined' is not assignable to type 'EcmaVersion'.
Type '17' is not assignable to type 'EcmaVersion'.