migrate to "export default"

also, set no-use-before-define in linter
This commit is contained in:
Girish Ramakrishnan
2026-02-14 15:43:24 +01:00
parent ddb46646fa
commit 36aa641cb9
231 changed files with 2846 additions and 2728 deletions
+3 -3
View File
@@ -2,10 +2,10 @@
import common from './common.js';
import expect from 'expect.js';
import * as mail from '../../mail.js';
import mail from '../../mail.js';
import superagent from '@cloudron/superagent';
import * as _ from '../../underscore.js';
import * as dig from '../../dig.js';
import _ from '../../underscore.js';
import dig from '../../dig.js';
/* global describe:false */
/* global before:false */