Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 2.75 KB

Changelog

[3.0.0]

Changed

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.

Changed

  • Upgrade eslint-config-standard to support new versions of ESLint

1.0.0 - 2017-11-13

Added

  • Create project setup with README, etc.
  • Create first configuration, mostly just extending eslint-config-standard