ESLint: allow for..of

This commit is contained in:
Evan Hahn
2021-08-26 13:18:00 -05:00
committed by GitHub
parent ff4aa228f6
commit 9e9a815a2b
36 changed files with 6 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* eslint-disable no-restricted-syntax, no-console */
/* eslint-disable no-console */
import { ipcMain as ipc, IpcMainEvent } from 'electron';