Skip to content

[Infrastructure]: Update @typescript-eslint to the latest version #38841

Closed
@a-tarasyuk

Description

@a-tarasyuk

The following rules were removed in the latest version of @typescript-eslint in favor to naming-convention

"camelcase": "off",
"@typescript-eslint/camelcase": ["error", { "properties": "never", "allow": ["^[A-Za-z][a-zA-Za-z]+_[A-Za-z]+$"] }],

"@typescript-eslint/class-name-casing": "error",

"@typescript-eslint/interface-name-prefix": "error",

naming-convention is more strict and need to choose the most optimal configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    InfrastructureIssue relates to TypeScript team infrastructure

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions