Lint: error if imported value not found in module (#1507)

This commit is contained in:
larabr
2022-03-14 21:40:16 +01:00
committed by GitHub
parent 2e867956eb
commit 36985c92dc
12 changed files with 35 additions and 33 deletions

View File

@@ -16,8 +16,8 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import * as stream from '@openpgp/web-stream-tools';
import * as base64 from './base64.js';
import enums from '../enums.js';
import * as base64 from './base64';
import enums from '../enums';
import util from '../util';
import defaultConfig from '../config';