eslint-plugin-wdio
Advanced tools
Comparing version 7.17.4 to 7.18.1
@@ -17,5 +17,5 @@ declare const rules: { | ||
rules: { | ||
'await-expect': import("eslint").Rule.RuleModule; | ||
'no-debug': import("eslint").Rule.RuleModule; | ||
'no-pause': import("eslint").Rule.RuleModule; | ||
'wdio/await-expect': string; | ||
'wdio/no-debug': string; | ||
'wdio/no-pause': string; | ||
}; | ||
@@ -22,0 +22,0 @@ }; |
@@ -26,5 +26,9 @@ "use strict"; | ||
}, | ||
rules | ||
rules: { | ||
'wdio/await-expect': 'error', | ||
'wdio/no-debug': 'error', | ||
'wdio/no-pause': 'error', | ||
} | ||
} | ||
}; | ||
exports.configs = configs; |
{ | ||
"name": "eslint-plugin-wdio", | ||
"version": "7.17.4", | ||
"version": "7.18.1", | ||
"description": "Eslint rules for WebdriverIO", | ||
@@ -30,3 +30,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "7243b24766d60a8b4c7d92aec757238c96590172" | ||
"gitHead": "92f073f8d54b51ff7473d2318fcec9927608c7ca" | ||
} |
@@ -21,3 +21,7 @@ import awaitExpect from './rules/await-expect' | ||
}, | ||
rules | ||
rules : { | ||
'wdio/await-expect' : 'error', | ||
'wdio/no-debug' : 'error', | ||
'wdio/no-pause' : 'error', | ||
} | ||
} | ||
@@ -24,0 +28,0 @@ } |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16881
395
0