Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 467 Bytes

File metadata and controls

26 lines (19 loc) · 467 Bytes

ESLint Config Cypress TypeScript

⚙️ Installation

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',
    ],
};

Changelog

Changelog