-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuebugSomething isn't workingSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin
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
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
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuebugSomething isn't workingSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin