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

Warning: SPDX license identifier not provided in source file

From Solidity ^0.6.8 SPDX license is introduced. So you need to use SPDX-License-Identifier in the code. Have a look at this: https://forum.openzeppelin.com/t/solidity-0-6-8-introduces-spdx-license-identifiers/2859 For example in your code you need to use license identifier like // SPDX-License-Identifier: MIT pragma solidity ^0.7.5; contract TestContract { // Some logic } You need to use license according to your … Read more

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