UNPKG

@michaeljaltamirano/eslint-plugin

Version:

Strongly-opinionated ESLint config

16 lines (15 loc) 519 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cypress = void 0; exports.cypress = { extends: ['plugin:cypress/recommended'], rules: { 'cypress/no-assigning-return-values': 'error', 'cypress/no-unnecessary-waiting': 'error', 'cypress/assertion-before-screenshot': 'error', 'cypress/no-force': 'error', 'cypress/no-async-tests': 'error', 'cypress/no-pause': 'error', 'cypress/require-data-selectors': 'off', }, };