Closed
Description
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have read the FAQ and my problem is not listed.
Repro
{
"rules": {
"@typescript-eslint/naming-convention": "error"
}
}
import electron from "electron";
const { BrowserWindow } = electron;
Expected Result
It shouldn't complain about the name of BrowserWindow
, because I didn't have any choice in the matter.
Actual Result
It does complain.
Additional Info
I feel like there should be an option to don't check destructured names at all.
Versions
All latest.