Releases: ezhome/eslint-config-ezhome
Releases · ezhome/eslint-config-ezhome
Release list
0.6.0
- Enable
eslint-plugin-reactrules only if plugin installed and available
0.5.0
- Moved
react/jsx-handler-namesrule toezhome/alternateconfig - Increase maximum of props for one line in
react/jsx-max-props-per-linerule
to 4 - Removed
.eslintrcfrom the repo, put default config aseslintConfig
object topackage.json
0.5.0-beta
- Disable
no-eq-nullrule - Update ESLint required version to 1.10.3 and ESLint react Plugin to 3.11.2
- New rules:
react/jsx-handler-namesreact/jsx-keyreact/jsx-max-props-per-linereact/jsx-pascal-casereact/no-direct-mutation-state
0.4.0
- Add
react/prefer-es6-classrule - List preferred versions for ESLint stack dependencies
0.3.0
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-ezhomerequires ESLint 1.5.0 and
ESLint React plugin 3.4.2 - Add new
react/jsx-closing-bracket-locationrule - Use
jsx-quotesinstead ofreact/jsx-quotesrule
0.3.0-rc1 (2015-09-14)
- Move
ezhometoezhome/baseconfig. This config should be used to projects
that still uses ES5. - New rules to
ezhomeconfig:- Add
no-varrule - Add
object-shorthandrule - Add
prefer-construle - Add
prefer-templaterule
- Add
- 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 asezhome/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-spacingrule - Adding
react/jsx-indent-propsrule - Adding
react/jsx-no-duplicate-propsrule - Adding
react/jsx-sort-propsrule
- Adding