eslint-plugin-cucumber
Advanced tools
Comparing version 1.0.0 to 1.1.0
module.exports = function(context) { | ||
const CALLBACK_NAMES = /^(next|done)$/; | ||
const CALLBACK_NAMES = /^(next|done|callback)$/; | ||
@@ -4,0 +4,0 @@ function isThenStep(node) { |
{ | ||
"name": "eslint-plugin-cucumber", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "eslint rules for cucumber steps", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -12,2 +12,4 @@ const rule = require('../../../lib/rules/async-then'); | ||
'Then(/step/, function (next) {})', | ||
'this.Then(/step/, function (callback) {})', | ||
'Then(/step/, function (callback) {})', | ||
'this.Given(/step/, function () {})', | ||
@@ -14,0 +16,0 @@ 'Given(/step/, function () {})', |
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
10079
162