Bug: [no-unnecessary-type-conversion] shouldn't have fixable property #11192
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Before You File a Bug Report Please Confirm You Have Done The Following...
Same as issue #10988.
Rule no-unnecessary-type-conversion has
fixable: 'code'
andhasSuggestions: true
properties inmeta
at line31
:But each fix is located in a
suggest
property on line84
,89
,127
,140
,179
,184
,218
,223
,279
,284
,217
and322
:example on line
81
:Based on
eslint
documentation :Since fixable means "automatic fix" with --fix I suppose fixable is no more needed in this rule.
The text was updated successfully, but these errors were encountered: