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
TS2345: Argument of type '{ plugins: PluginOption[][]; test: { globals: boolean; environment: string; setupFiles: string; }; }' is not assignable to parameter of type 'UserConfigExport'.
ESLint: Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
Steps to Reproduce:
ionic start -> choose react with side menu -> check tsx files and vite.config
Possible solutions
rename .eslintrc.js to .eslintrc.cjs
take eslint config and eslint plugins from default vite react app (yarn create vite)