Skip to content

Commit 4711b9e

Browse files
chore: fix JavaScript lint errors (issue #8670)
--- 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 50e06c6 commit 4711b9e

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/utils/timeit/lib

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/utils/timeit/lib/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var transform = require( './transform.js' );
3535

3636
// VARIABLES //
3737

38-
// cspell:ignore timeit
3938
var FILENAME = 'timeit.js'; // filename
4039
var MIN_TIME = 0.1; // seconds
4140
var ITERATIONS = 10; // 10^1
@@ -218,7 +217,6 @@ function timeit( code, options, clbk ) {
218217
if ( !error ) {
219218
out = transform( results, opts.iterations );
220219
}
221-
// cspell:ignore zalgo
222220
// Avoid releasing the zalgo:
223221
nextTick( onTick );
224222

0 commit comments

Comments
 (0)