Electron supports a subset of the Chrome Extensions API.
This rule aims to keep extensions working in electron.
Examples of incorrect code for this rule:
chrome.scripting.executeScript()
Examples of correct code for this rule:
chrome.tabs.executeScript()
Give a short description of when it would be appropriate to turn off this rule.
If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.