UNPKG

eslint-plugin-cypress

Version:
15 lines (13 loc) 303 B
'use strict' module.exports = { plugins: ['cypress'], env: { 'cypress/globals': true, }, rules: { 'cypress/no-assigning-return-values': 'error', 'cypress/no-unnecessary-waiting': 'error', 'cypress/no-async-tests': 'error', 'cypress/unsafe-to-chain-command': 'error', }, }