.lint-roller.json 509 B

12345678910111213
  1. {
  2. "markdown-ts-check": {
  3. "defaultImports": [
  4. "import * as childProcess from 'node:child_process'",
  5. "import * as fs from 'node:fs'",
  6. "import * as path from 'node:path'",
  7. "import { app, autoUpdater, contextBridge, crashReporter, dialog, BrowserWindow, ipcMain, ipcRenderer, Menu, MessageChannelMain, nativeImage, net, protocol, session, systemPreferences, Tray, utilityProcess, webFrame, webFrameMain } from 'electron'"
  8. ],
  9. "typings": [
  10. "../electron.d.ts"
  11. ]
  12. }
  13. }