Skip to content

Commit

Permalink
Don't let linting be dependent on building
Browse files Browse the repository at this point in the history
  • Loading branch information
stefcameron committed Jan 4, 2025
1 parent 8e173fa commit 12e9681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 12e9681

Please sign in to comment.