Releases: ezhome/eslint-config-ezhome
Releases · ezhome/eslint-config-ezhome
Release list
1.0.0-rc.1 Release
- Make
eslintpeerDependency to ensure it been installed innpm binwithnpmoryarn - Bump:
babel-eslintto7.0.0eslint-plugin-reactto6.4.1
- New rules:
react/no-children-propreact/no-unused-prop-types
- Move to
nodev4.6.1&npm@3.10.9for development
1.0.0-beta.8
- Disable
eslint-plugin-importas it breaks Sublime Text & Atom ESLint
integration. Returneslint-plugin-import-orderplugin back.
1.0.0-beta.7
- Bump:
eslintto3.3.1eslint-plugin-reactto6.1.2
- New rules:
no-irregular-whitespaceno-multi-spacesno-whitespace-before-propertyoperator-linebreakreact/no-find-dom-nodereact/no-danger-with-children
- Integrate eslint-plugin-import
as it more powerful theneslint-plugin-import-order - Disable
eslint-plugin-import-order - Remove
object-assignfrom project dependencies - Move to node.js
v4.5.0for development
1.0.0-beta.6
- Fix
react/no-string-refsrule inezhome/alternateconfig.
1.0.0-beta.5
- 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 viadevDependencies - New rule to
ezhome/alternateconfig:react/jsx-no-string-refs
1.0.0-beta.4
1.0.0-beta.3
- Set maximum line length to 120 characters in alternate config
1.0.0-beta.2
- Update rules for ternary operator.
1.0.0-beta.1
- Migrate to node@4.4.3, eslint@2.9.0, babel-eslint@6.0.2 and
eslint-plugin-react@5.1.1