Revert "ipcMain validation (#147071)"

This reverts commit 508b173177.
This commit is contained in:
Benjamin Pasero
2022-04-11 19:34:00 +02:00
parent 40abe3cc6c
commit 95c2a71018
12 changed files with 40 additions and 193 deletions
-3
View File
@@ -191,9 +191,6 @@ const RULES = [
'Event',
'Request'
],
disallowedTypes: [
'ipcMain' // not allowed, use validatedIpcMain instead
],
disallowedDefinitions: [
'lib.dom.d.ts' // no DOM
]