Skip to content

Releases: insin/eslint-config-jonnybuchanan

v5.0.1

28 Sep 14:13

Choose a tag to compare

Disable react/no-unused-prop-types to avoid false positives

v5.0.0

28 May 13:44

Choose a tag to compare

Update eslint-config-standard: v6.2.1 → v10.2.1(see the standard changelog)

v4.3.0

15 Aug 06:33

Choose a tag to compare

Update deps & disable react/jsx-no-bind rule

v4.2.1

18 Jul 18:12

Choose a tag to compare

Update to ESLint 3.1.1

v4.2.0

18 Jul 18:12

Choose a tag to compare

Update to ESLint 3.1.0

v4.1.0

14 Jul 02:00

Choose a tag to compare

Update to eslint-config-standard v6 beta (new rules)

v4.0.1

13 Jul 04:26

Choose a tag to compare

Configuration of standard-jsx was missing (JSX rules split out from standard-react)

Removed jsx-quotes override as prefer-double is now part of standard-jsx

v4.0.0

13 Jul 04:06

Choose a tag to compare

Update to ESLint 3 now that all deps support it as a peerDependency

Note that ESLint 3 drops support for Node < v4

v3.2.0

18 Jun 00:27

Choose a tag to compare

Update dependencies:

  • eslint: v2.12.0 → v2.13.0
  • eslint-plugin-react: v5.1.1 → v5.2.2

v3.1.0

10 Jun 18:37

Choose a tag to compare

  • Allow use of a dangling comma in multiline array and object literals
  • Update dependencies