Skip to content

[naming-convention] add a modifier to identify a variable/parameter as having been destructured #2512

Closed
@Timmmm

Description

@Timmmm
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions