Skip to content

v9.0.0

Compare
Choose a tag to compare
@keithamus keithamus released this 12 Oct 19:57

<a name"9.0.0">

9.0.0 (2016-10-12)

Bug Fixes

  • propely name prefer-stateless-function rule (7775cc97)
  • rename sort-prop-types rule to prevent warning (f63b6158)
  • actually fix parserOptions/ecmaFeatures switch (ebea1bd1)
  • use new parserOptions over old ecmaFeatures (5a514f6f)
  • display-name: change acceptTranspilerName option to ignoreTranspilerName (fa67a46e)

Features

  • add new rules from eslint-plugin-react 5-6.4 (e3cbcf5a)
  • add prefer-stateless-function rule (c7fc8ec8)
  • add jsx-space-before-closing rule (eac0d712)

Breaking Changes

  • If you use Node 0.12, it will no longer work with this lint configuration

    (80f55d31)

  • Old code may cause errors with this new configuration

    (e3cbcf5a)

  • Any code written with Class components that could be stateless will now fail lint

    (c7fc8ec8)

  • Any code with no space before closing JSX tags will now fail

    (eac0d712)