Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (14 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

29 lines (14 loc) · 1.17 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2019-02-04)

  • Dependency updates (#4) (0ceb6c6), closes #4

BREAKING CHANGES

  • Since @bagaar/eslint-config-ember does not override any rules of @bagaar/eslint-config, extending has no real benefit besides not having to include @bagaar/eslint-config inside a project's extends. Removing the extend also has the benefit that we can switch out the ESLint specific config without having to change this library.

  • chore: Update the README

Remove references to @bagaar/eslint-config-ember and add a note about the eslint-plugin-ember dependency.

0.4.0 (2019-01-31)

Features