eslint-plugin-wdio 9.4.4 → 9.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -42,7 +42,7 @@ If you are using the latest version of Eslint with the [flat configuration](http
42
42
 
43
43
  ```js
44
44
  // eslint.config.mjs
45
- import { config as wdioConfig } from "eslint-plugin-wdio";
45
+ import { configs as wdioConfig } from "eslint-plugin-wdio";
46
46
 
47
47
  export default [
48
48
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-wdio",
3
- "version": "9.4.4",
3
+ "version": "9.6.0",
4
4
  "description": "Eslint rules for WebdriverIO",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
@@ -39,5 +39,5 @@
39
39
  "@types/estree": "^1.0.1",
40
40
  "eslint": "^9.0.0"
41
41
  },
42
- "gitHead": "d327d86e07d16eaa0ecdf0656c1868ba73261393"
42
+ "gitHead": "bea75d896564c2285012cd7c77948dce6ab45804"
43
43
  }