require the use of node prefix on native imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
import fs from 'fs-extra';
|
||||
import { resolve as resolvePath } from 'path';
|
||||
import { resolve as resolvePath } from 'node:path';
|
||||
import { PlaywrightTestConfig } from '@playwright/test';
|
||||
import { getPackagesSync } from '@manypkg/get-packages';
|
||||
import type { BackstagePackage } from '@backstage/cli-node';
|
||||
|
||||
Reference in New Issue
Block a user