chore: add missing .eslintrc.json files to limit imports properly (#35719)
This commit is contained in:
parent
b1d7b30ca3
commit
99f4a42d41
10 changed files with 100 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
import { IPC_MESSAGES } from '@electron/internal/common/ipc-messages';
|
||||
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import type * as ipcRendererUtilsModule from '@electron/internal/renderer/ipc-renderer-internal-utils';
|
||||
|
||||
const clipboard = process._linkedBinding('electron_common_clipboard');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue