diff --git a/tools/node.mjs b/tools/node.mjs index 3a8fe9f..807e796 100644 --- a/tools/node.mjs +++ b/tools/node.mjs @@ -2,6 +2,7 @@ // NOTE: this will load because Node will naturally resolve the external references // to @babel/runtime and lodash in ../node_modules +// eslint-disable-next-line import/no-unresolved -- this module only exists after a build, and linting shouldn't depend on the build; this is just a manual test file anyway import * as rtv from '../dist/node/rtv.slim.mjs'; global.rtv = rtv;