Skip to content

[consistent-type-assertions] assertionStyle doesn't enforces <const> case #4684

@gtkatakura

Description

@gtkatakura
  • 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

const example = <const>{ key: 'value' }
{
  "rules": {
    "@typescript-eslint/consistent-type-assertions": ["error", {"assertionStyle":"as"}]
  }
}

Expected Result

Should complains about the const forcing to use as const.

Actual Result

assertionStyle doesn't has impact over <const> or as const today

Versions

package version
@typescript-eslint/eslint-plugin 5.15.0
@typescript-eslint/parser 5.15.0
TypeScript 3.9.10
ESLint 7.32.0
node 14.17.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    accepting prsGo ahead, send a pull request that resolves this issuebugSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions