eslint-plugin-wdio
Advanced tools
Comparing version 7.21.0 to 7.25.3
@@ -10,3 +10,3 @@ "use strict"; | ||
category: 'Possible Errors', | ||
url: 'https://github.com/webdriverio/packages/eslint-plugin-wdio/docs/rules/await-expect.md', | ||
url: 'https://github.com/webdriverio/webdriverio/blob/main/packages/eslint-plugin-wdio/docs/rules/await-expect.md', | ||
recommended: false, | ||
@@ -13,0 +13,0 @@ }, |
@@ -10,3 +10,3 @@ "use strict"; | ||
category: 'Possible Errors', | ||
url: 'https://github.com/webdriverio/packages/eslint-plugin-wdio/docs/rules/no-debug.md', | ||
url: 'https://github.com/webdriverio/webdriverio/blob/main/packages/eslint-plugin-wdio/docs/rules/no-debug.md', | ||
recommended: false, | ||
@@ -13,0 +13,0 @@ }, |
@@ -10,3 +10,3 @@ "use strict"; | ||
category: 'Possible Errors', | ||
url: 'https://github.com/webdriverio/packages/eslint-plugin-wdio/docs/rules/no-pause.md', | ||
url: 'https://github.com/webdriverio/webdriverio/blob/main/packages/eslint-plugin-wdio/docs/rules/no-pause.md', | ||
recommended: false, | ||
@@ -13,0 +13,0 @@ }, |
{ | ||
"name": "eslint-plugin-wdio", | ||
"version": "7.21.0", | ||
"version": "7.25.3", | ||
"description": "Eslint rules for WebdriverIO", | ||
@@ -30,3 +30,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "808149cc5875529a2c0b3592dc5e255796e8ece4" | ||
"gitHead": "708231ec4ceaedc33eb81426e9a71529058ec040" | ||
} |
@@ -12,3 +12,3 @@ import type { Rule } from 'eslint' | ||
category: 'Possible Errors', | ||
url: 'https://github.com/webdriverio/packages/eslint-plugin-wdio/docs/rules/await-expect.md', | ||
url: 'https://github.com/webdriverio/webdriverio/blob/main/packages/eslint-plugin-wdio/docs/rules/await-expect.md', | ||
recommended: false, | ||
@@ -15,0 +15,0 @@ }, |
@@ -10,3 +10,3 @@ import { Rule } from 'eslint' | ||
category: 'Possible Errors', | ||
url: 'https://github.com/webdriverio/packages/eslint-plugin-wdio/docs/rules/no-debug.md', | ||
url: 'https://github.com/webdriverio/webdriverio/blob/main/packages/eslint-plugin-wdio/docs/rules/no-debug.md', | ||
recommended: false, | ||
@@ -13,0 +13,0 @@ }, |
@@ -10,3 +10,3 @@ import { Rule } from 'eslint' | ||
category: 'Possible Errors', | ||
url: 'https://github.com/webdriverio/packages/eslint-plugin-wdio/docs/rules/no-pause.md', | ||
url: 'https://github.com/webdriverio/webdriverio/blob/main/packages/eslint-plugin-wdio/docs/rules/no-pause.md', | ||
recommended: false, | ||
@@ -13,0 +13,0 @@ }, |
17098