(ESLint/Cypress): Parsing error: ESLint was configured to run on `/component/TestComponent.cy.ts` using `parserOptions.project`
I also encountered the same problem, I solved the problem by removing the project property under parserOptions parserOptions: { ecmaFeatures: { jsx: true, }, ecmaVersion: 12, sourceType: ‘module’, // project: ‘tsconfig.json’, tsconfigRootDir: __dirname, },