migrate to "export default"
also, set no-use-before-define in linter
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import child_process from 'node:child_process';
|
||||
import debugModule from 'debug';
|
||||
import path from 'node:path';
|
||||
import safe from 'safetydance';
|
||||
import * as _ from './underscore.js';
|
||||
import _ from './underscore.js';
|
||||
|
||||
const debug = debugModule('box:shell');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user