v4.0.0
Conversation: #249
Changelog:
- Added plugins:
- eslint-formatter-pretty
- eslint-config-prettier
- eslint-plugin-eslint-comments
- eslint-plugin-import
- Removed packages:
- eslint-config-react-app (since it was not used in config anyways)
- Refactored rules (only few, even if diff says otherwise). Notable changes:
- BREAKING: eqeqeq -> See PR conversation for more info
- naming-convention rule (off at the moment, since its new, but it would be good to look into it)
- BREAKING: member-delimiter-style. Is it possible to make this rule consistent? Why should there be an exception for oneliners?
- prettier support
- Updated devDependency to eslint 7 (latest)