Skip to content

Releases: ezhome/eslint-config-ezhome

0.6.0

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:38
  • Enable eslint-plugin-react rules only if plugin installed and available

0.5.0

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:38
  • Moved react/jsx-handler-names rule to ezhome/alternate config
  • Increase maximum of props for one line in react/jsx-max-props-per-line rule
    to 4
  • Removed .eslintrc from the repo, put default config as eslintConfig
    object to package.json

0.5.0-beta

0.5.0-beta Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:39
  • Disable no-eq-null rule
  • Update ESLint required version to 1.10.3 and ESLint react Plugin to 3.11.2
  • New rules:
    • react/jsx-handler-names
    • react/jsx-key
    • react/jsx-max-props-per-line
    • react/jsx-pascal-case
    • react/no-direct-mutation-state

0.4.0

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:39
  • Add react/prefer-es6-class rule
  • List preferred versions for ESLint stack dependencies

0.3.0

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:40

Final release after 2 betas and 2 release candidates. No changes compared
to 0.3.0-rc2.

0.3.0-rc2 (2015-09-21)

  • Bump requirements, now eslint-config-ezhome requires ESLint 1.5.0 and
    ESLint React plugin 3.4.2
  • Add new react/jsx-closing-bracket-location rule
  • Use jsx-quotes instead of react/jsx-quotes rule

0.3.0-rc1 (2015-09-14)

  • Move ezhome to ezhome/base config. This config should be used to projects
    that still uses ES5.
  • New rules to ezhome config:
    • Add no-var rule
    • Add object-shorthand rule
    • Add prefer-const rule
    • Add prefer-template rule
  • This adds more ES6/ES2015 taste to our default ESLint configuration.
  • Provide alternate config which enables comma-dangling and uses 2 spaces for
    indent in JS and JSX blocks. This config now available as ezhome/alternate.

0.3.0-beta2 (2015-09-05)

  • Fixes to previous beta release

0.3.0-beta (2015-09-05)

  • Update ESLint React rules by:
    • Adding react/jsx-curly-spacing rule
    • Adding react/jsx-indent-props rule
    • Adding react/jsx-no-duplicate-props rule
    • Adding react/jsx-sort-props rule

0.1.0

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:41

Initial Release