const cypressEslintConfig = { rules: { 'jest/expect-expect': 'off', 'jest/valid-expect': 'off', }, } module.exports = cypressEslintConfig