(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,
},

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)