Installation of the Cypress TypeScript ESLint config can be done by using npm
or yarn
# npm
npm install @owowagency/eslint-config-cypress-ts
# yarn
yarn add @owowagency/eslint-config-cypress-ts
Add the following to your ESLint configuration file
export default {
extends: [
'@owowagency/eslint-config-cypress-ts',
],
};