chore: lint

This commit is contained in:
cha0s 2024-01-10 01:00:51 -06:00
parent 49e39475c7
commit 6e0ace8763

View File

@ -45,6 +45,7 @@ const {version} = require('@flecks/web/package.json');
} }
const progress = new Progress(window); const progress = new Progress(window);
debug('loading runtime...'); debug('loading runtime...');
// eslint-disable-next-line import/no-extraneous-dependencies
const {default: loader} = await import( const {default: loader} = await import(
/* webpackChunkName: "flecks-runtime" */ /* webpackChunkName: "flecks-runtime" */
'@flecks/web/runtime' '@flecks/web/runtime'