Skip to content

Commit 7a66e62

Browse files
committed
Fix jshint by declaring node env
1 parent 6b3de67 commit 7a66e62

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tools/local-env/scripts/docker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* jshint node:true */
2+
13
const dotenv = require( 'dotenv' );
24
const dotenvExpand = require( 'dotenv-expand' );
35
const { execSync } = require( 'child_process' );

tools/local-env/scripts/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* jshint node:true */
2+
13
const { existsSync } = require( 'node:fs' );
24

35
const local_env_utils = {

0 commit comments

Comments
 (0)