Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
/**
* Plugin to list package names.
*
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs-names

Check warning on line 24 in lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs-names/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-names/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-names' );
* var makie = require( '@stdlib/_tools/makie' );
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs-names' );
* var opts = {
* 'plugins': {
* 'benchmark': plugin
Expand Down
Loading