ESLint plugin that provides environment settings for WebdriverIO globals (browser, $, $$). Current stable version is 1.0.1. It is a small, focused plugin that adds a custom environment 'webdriverio/wdio' to ESLint, preventing no-undef errors when using WebdriverIO's globally available helpers. Unlike generic globals configuration, this plugin allows granular control by scoping to the 'wdio' environment, making it easy to combine with other environments like Mocha. Primarily used in WebdriverIO test projects.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
ESLint plugin names are specified without the 'eslint-plugin-' prefix.
The environment key includes the plugin name prefix, as 'webdriverio/wdio'.
Inline environment directives must also use the full 'webdriverio/wdio' name.
Shows how to configure ESLint with the webdriverio environment to avoid no-undef errors for WebdriverIO globals.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.