Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed May 24, 2024
1 parent 8fc7b3f commit 03b0d6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import matchAll from 'string.prototype.matchall';
matchAll.shim();

import escapeStringRegexp from 'escape-string-regexp';

const toLowerKeys = object => {
Expand Down
2 changes: 1 addition & 1 deletion test/envsubst.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import dotenv from 'dotenv';
import test from 'ava';
import { execa } from 'execa';
import { fileURLToPath } from 'node:url';
import * as path from 'node:path';
import path from 'node:path';

const __dirname = path.dirname(fileURLToPath(import.meta.url));

Expand Down

0 comments on commit 03b0d6b

Please sign in to comment.