cypress-io / eslint-plugin-cypress

An ESLint plugin for projects that use Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: no-assigning-return-values - eslint error (Do not assign the return value of a Cypress command))

anca0 opened this issue · comments

commented

I just added the eslint-plugin-cypress, now the linter is running against some of my tests.

There are some examples I have in the docs that are erroring in the eslint-plugin, which I thought should not be erroring since they are recommended uses of cypress.
https://docs.cypress.io/guides/core-concepts/variables-and-aliases#Return-Values

Can we make something to exclude this rule?

error cypress/no-assigning-return-values: Do not assign the return value of a Cypress command.