Registry / testing / eslint-plugin-yoast

eslint-plugin-yoast

JSON →
library1.0.1jsnpmunverified

An ESLint plugin providing custom lint rules for Yoast projects. Current version 1.0.1 is outdated with no updates since initial release. This plugin is specific to Yoast's internal ESLint config and is not actively maintained for external use. Use with ESLint (peer dependency) and configure via .eslintrc plugins array. No TypeScript definitions included.

npm install eslint-plugin-yoast
INSTALL
IMPORT
SIG · ESLINT-PLUGIN-YOAS
E
eslint-plugin-yoast
testingjavascriptv1.0.1
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eslint-plugin-yoast plugin
plugins: ['yoast'] in .eslintrc
import plugin from 'eslint-plugin-yoast'
This is an ESLint plugin, not a programmatic import. Configure in .eslintrc file.

Example .eslintrc configuration enabling the yoast plugin and setting a rule to error level.

{ "plugins": ["yoast"], "rules": { "yoast/rule-name": "error" } }
Debug
Known issues
breakingThe plugin is no longer maintained and may not work with modern ESLint versions.
fix
Consider migrating to a supported ESLint plugin or remove the dependency.
affects: >=1.0.0
deprecatedPlugin has not been updated since initial release; rules may be outdated or incompatible.
fix
Replace with a maintained alternative or contribute updates.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Failed to load plugin 'yoast' declared in '.eslintrc': Cannot find module 'eslint-plugin-yoast'
The plugin is not installed or not in node_modules.
fix
Run 'npm install eslint-plugin-yoast --save-dev'.
ESLint couldn't find the plugin "yoast".
Plugin not installed or misconfigured in .eslintrc.
fix
Ensure eslint-plugin-yoast is listed in devDependencies and plugins array includes 'yoast'.
Upgrade
Version history
1.0.1latest on npm
Audit
Dependencies
eslintrequiredpeer dependency; ESLint is required to use the plugin
Agent activity
2 hits · last 30 days
node
2
Resources
eslint-plugin-yoast — npm install eslint-plugin-yoast · libregistry