migrate to "export default"
also, set no-use-before-define in linter
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
import apps from '../apps.js';
|
||||
import BoxError from '../boxerror.js';
|
||||
import * as common from './common.js';
|
||||
import common from './common.js';
|
||||
import constants from '../constants.js';
|
||||
import expect from 'expect.js';
|
||||
import nock from 'nock';
|
||||
import paths from '../paths.js';
|
||||
import safe from 'safetydance';
|
||||
import semver from 'semver';
|
||||
import * as updater from '../updater.js';
|
||||
import updater from '../updater.js';
|
||||
|
||||
/* global describe:false */
|
||||
/* global before:false */
|
||||
|
||||
Reference in New Issue
Block a user