Skip to content

v2.0.0

Compare
Choose a tag to compare
@blakek blakek released this 11 Feb 19:09
· 22 commits to master since this release

Added

Changed

  • ✨ Uses eslint-plugin-prettier to stop conflicts between ESLint and Prettier.
  • The camelcase rule is now more lenient. This should result in fewer errors when working with, for example, HTTP headers or external libraries that use snake case.

Removed

  • Disabled the sort-keys rule. This was removed to reduce time spent doing stylistic tweaks.

v1.0.1...v2.0.0