require the use of node prefix on native imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
import { TestApiProvider } from '@backstage/test-utils';
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { TextEncoder } from 'util';
|
||||
import { TextEncoder } from 'node:util';
|
||||
import {
|
||||
base64EncodeContent,
|
||||
DryRunProvider,
|
||||
|
||||
Reference in New Issue
Block a user