Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
/**
* Plugin to list packages.
*
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs

Check warning on line 24 in lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs/lib/index.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unknown word: "makie"

Check warning on line 24 in lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs/lib/index.js

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unknown word: "makie"
*
* @example
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs' );
* var makie = require( '@stdlib/_tools/makie' );
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs' );
* var opts = {
* 'plugins': {
* 'benchmark': plugin
Expand Down