Skip to content

Releases: ezhome/eslint-config-ezhome

1.0.0-rc.1 Release

1.0.0-rc.1 Release Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 22 Oct 11:44
  • Make eslint peerDependency to ensure it been installed in npm bin with npm or yarn
  • Bump:
    • babel-eslint to 7.0.0
    • eslint-plugin-react to 6.4.1
  • New rules:
    • react/no-children-prop
    • react/no-unused-prop-types
  • Move to node v4.6.1 & npm@3.10.9 for development

1.0.0-beta.8

1.0.0-beta.8 Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 15:34
  • Disable eslint-plugin-import as it breaks Sublime Text & Atom ESLint
    integration. Return eslint-plugin-import-order plugin back.

1.0.0-beta.7

1.0.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:34
  • Bump:
    • eslint to 3.3.1
    • eslint-plugin-react to 6.1.2
  • New rules:
    • no-irregular-whitespace
    • no-multi-spaces
    • no-whitespace-before-property
    • operator-linebreak
    • react/no-find-dom-node
    • react/no-danger-with-children
  • Integrate eslint-plugin-import
    as it more powerful then eslint-plugin-import-order
  • Disable eslint-plugin-import-order
  • Remove object-assign from project dependencies
  • Move to node.js v4.5.0 for development

1.0.0-beta.6

1.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:35
  • Fix react/no-string-refs rule in ezhome/alternate config.

1.0.0-beta.5

1.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:35
  • Require node.js 4 LTS or higher and npm 3 to use eslint-config-ezhome
  • Install ESLint dependencies via package.json, which results in unnecessary
    to install them via devDependencies
  • New rule to ezhome/alternate config:
    • react/jsx-no-string-refs

1.0.0-beta.4

1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:36

1.0.0-beta.3

1.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:36
  • Set maximum line length to 120 characters in alternate config

1.0.0-beta.2

1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:37
  • Update rules for ternary operator.

1.0.0-beta.1

1.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:37
  • Migrate to node@4.4.3, eslint@2.9.0, babel-eslint@6.0.2 and
    eslint-plugin-react@5.1.1

0.6.1

Choose a tag to compare

@playpauseandstop playpauseandstop released this 24 Aug 12:38
  • Fix config for non-React projects. Do not list react plugin if it not
    installed.