3.0.1 • Published 3 years ago
@straw-hat/eslint-config-cypress v3.0.1
@straw-hat/eslint-config-cypress
ESLint
Cypress configurations. Use this package in Cypress projects.
Installation
Add the dependency.
yarn add -D @straw-hat/eslint-config-cypress
Make sure to install the peer dependencies.
npx install-peerdeps --dev @straw-hat/eslint-config-cypress
Configuration
In your cypress project Extend your ESLint
configuration.
{
"extends": ["@straw-hat/eslint-config-cypress"]
}