Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@joshwiens joshwiens released this 14 Dec 12:33
· 24 commits to master since this release

2.0.0 (2017-12-14)

Bug Fixes

  • style issues: Typo in new parens rule (7b7c012)

Code Refactoring

  • best practices: Update rules for Prettier integration (385aac8)
  • es6: Update rules for Prettier integration (2798140)
  • possible errors: Update rules for Prettier integration (c95baae)
  • style issues: Update rules for Prettier integration (4018072)

BREAKING CHANGES

  • style issues: Requires min eslint version of 4.x.
  • style issues: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.

Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.

  • possible errors: Requires min eslint version of 4.x.
  • possible errors: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.

Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.

  • es6: Requires min eslint version of 4.x.
  • es6: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.

Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.

  • best practices: Requires min eslint version of 4.x.
  • best practices: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.

Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.