eslint-plugin-cypress
Advanced tools
Comparing version 2.6.1 to 2.7.0
@@ -8,2 +8,3 @@ const globals = require('globals') | ||
'assertion-before-screenshot': require('./lib/rules/assertion-before-screenshot'), | ||
'require-data-selectors': require('./lib/rules/require-data-selectors'), | ||
}, | ||
@@ -10,0 +11,0 @@ configs: { |
{ | ||
"name": "eslint-plugin-cypress", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"description": "An ESLint plugin for projects using Cypress", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,5 +30,5 @@ # 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) | ||
"rules": { | ||
"no-assigning-return-values": "error", | ||
"no-unnecessary-waiting": "error", | ||
"assertion-before-screenshot": "warn", | ||
"cypress/no-assigning-return-values": "error", | ||
"cypress/no-unnecessary-waiting": "error", | ||
"cypress/assertion-before-screenshot": "warn", | ||
} | ||
@@ -35,0 +35,0 @@ } |
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
21436
20
394