Skip to content

v0.12.0

Choose a tag to compare

@ajafff ajafff released this 11 Jul 19:47
· 1028 commits to master since this release

Features:

  • no-inferred-empty-object: handle multiple JSDoc @template tags starting from TypeScript@3.0.0
  • no-unstable-api-use: better error message for signatures
  • no-useless-initializer: check computed names in destructuring

Bugfixes:

  • no-return-await, await-only-promise, no-useless-assertion: fixer looks into tagged templates when parenthesizing
  • prefer-dot-notation: fixer adds parens around numeric literals
  • type-assertion: no longer emit invalid code when fixing to classic style