Skip to content

Commit

Permalink
fix biome lint . complaints (lint/suspicious/noRedundantUseStrict)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Nov 27, 2023
1 parent 4e76daf commit c02c0da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/dist.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-env es6, node */
'use strict';

/* note: dynamic imports are used because 'dist' may not exist */

Expand Down
2 changes: 0 additions & 2 deletions test/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

// spell-checker:ignore (names) Deno ; (vars) ESM ESMs vNodeJSMajor vNodeJSminor ; (words) cyclomatic

'use strict';

const fs = require('fs');
const path = require('path');
const util = require('util');
Expand Down
1 change: 0 additions & 1 deletion test/unit.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-disable functional/immutable-data , functional/no-loop-statement , security-node/non-literal-reg-expr , security/detect-non-literal-regexp , security/detect-object-injection */
/* eslint-env es6, node */
// spell-checker:ignore (vars) ESM ESMs vNodeJSMajor vNodeJSminor
'use strict';

const path = require('path');

Expand Down

0 comments on commit c02c0da

Please sign in to comment.