eslint-plugin-cypress
Advanced tools
Comparing version 2.11.3 to 2.12.0
{ | ||
"name": "eslint-plugin-cypress", | ||
"version": "2.11.3", | ||
"version": "2.12.0", | ||
"description": "An ESLint plugin for projects using Cypress", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,4 @@ # Cypress ESLint Plugin [![CircleCI](https://circleci.com/gh/cypress-io/eslint-plugin-cypress/tree/master.svg?style=svg)](https://circleci.com/gh/cypress-io/eslint-plugin-cypress/tree/master) | ||
"cypress/no-force": "warn", | ||
"cypress/no-async-tests": "error" | ||
"cypress/no-async-tests": "error", | ||
"cypress/no-pause": "error" | ||
} | ||
@@ -127,2 +128,3 @@ } | ||
| | [require-data-selectors](./docs/rules/require-data-selectors.md) | Only allow data-\* attribute selectors (require-data-selectors) | | ||
| | [no-pause](./docs/rules/no-pause.md) | Disallow `cy.pause()` parent command | | ||
@@ -129,0 +131,0 @@ ## Chai and `no-unused-expressions` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41522
30
697
173