Skip to content

Commit 66af686

Browse files
committed
chore: fix JavaScript lint errors (issue #7031)
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 3a1adaf commit 66af686

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs/lib

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/_tools/makie/plugins/makie-list-pkgs/lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* @module @stdlib/_tools/makie/plugins/makie-list-pkgs
2525
*
2626
* @example
27-
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs' );
2827
* var makie = require( '@stdlib/_tools/makie' );
28+
* var plugin = require( '@stdlib/_tools/makie/plugins/makie-list-pkgs' );
2929
* var opts = {
3030
* 'plugins': {
3131
* 'benchmark': plugin
@@ -36,6 +36,7 @@
3636
* makie( '/home/stdlib-js/stdlib', opts, 'benchmark' );
3737
*/
3838

39+
3940
// MODULES //
4041

4142
var main = require( './main.js' );

0 commit comments

Comments
 (0)