Skip to content

v4.0.0

Compare
Choose a tag to compare
@Senderek Senderek released this 15 Dec 08:19
· 31 commits to master since this release
3a04d50

Conversation: #249
Changelog:

  1. Added plugins:
  • eslint-formatter-pretty
  • eslint-config-prettier
  • eslint-plugin-eslint-comments
  • eslint-plugin-import
  1. Removed packages:
  • eslint-config-react-app (since it was not used in config anyways)
  1. 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
  1. Updated devDependency to eslint 7 (latest)