Skip to content

Releases: keithamus/eslint-config-strict-react

v9.0.2

31 Oct 11:38

Choose a tag to compare

<a name"9.0.2">

9.0.2 (2016-10-31)

Bug Fixes

  • no-did-(update|mount)-set-state configuration error (fd5811e0)

v9.0.1

31 Oct 10:25

Choose a tag to compare

<a name"9.0.1">

9.0.1 (2016-10-31)

Bug Fixes

  • jsx-filename-extension to allow .js/.jsx files (6e6e3281)

v9.0.0

12 Oct 19:57

Choose a tag to compare

<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)

6.0.0

12 Feb 23:30

Choose a tag to compare

BREAKING CHANGE: update to eslint@2.0.0

5.0.0

14 Dec 13:28

Choose a tag to compare

feat: Add jsx-handler-names rule

BREAKING CHANGE: jsx-handler-names