Skip to content

v9.0.0

Choose a tag to compare

@keithamus keithamus released this 01 Jun 10:39

<a name"9.0.0">

9.0.0 (2016-06-01)

Features

  • add no-useless-rename rule (c7aca039)
  • add object-property-newline rule in disabled state (a25ffda1)
  • add no-useless-computed-key rule (74df3f31)
  • add no-unsafe-finally rule (45ddb89a)

Breaking Changes

  • Any code which uselessly renames imports or properties will fail lint

    (c7aca039)

  • Any code using control flow statements in a finally block will now fail lint

    (45ddb89a)