[prefer-destructuring] Variable declaration type annotation #723
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement: new base rule extension
New base rule extension required to handle a TS specific case
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
const { bar }: { bar: number } = foo
, removing type annotation is unsafeThe text was updated successfully, but these errors were encountered: