Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add decorator position blurb #584

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions source/2020-03-27-the-ember-times-issue-141.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Ember Times - Issue No. 141
author: Anne-Greeth van Herwijnen, Jared Galanis the crowd
author: Anne-Greeth van Herwijnen, Preston Sego, Jared Galanis the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2020
alias : "blog/2020/03/27-the-ember-times-issue-141.html"
responsive: true
Expand All @@ -11,6 +11,7 @@ responsive: true
Yehuda's Octane Tutorial 🔥,
A quick tip for refactoring your templates 📑,
Ember Autostash Modifier 💾,
Decorator positioning now enforceable ↕️,
Stand Alone EmberConf 2020 Videos Are Out 🎥,

READMORE
Expand Down Expand Up @@ -42,6 +43,14 @@ So be on the look out 👀 for more in this very helpful new series!

---

## [Achieve consistent decorator positioning with a new eslint plugin ↕️](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position)

Ever had to **put up with** inconsistent decorator positions in pull requests, because there wasn't a lint rule for that?
_Now_ there is! 🎉 [eslint-plugin-decorator-position](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position)
provides some configuration with some recommended defaults to help your project achieve that last bit of consistency.

---

## [A quick tip for refactoring your templates 📑](https://abhilashlr.in/ember-refactor-templates)

[Abhilash L Ramesh @abhilashlr](https://github.com/abhilashlr) wrote a small and clear [blog post](https://abhilashlr.in/ember-refactor-templates) with actionable tips to make your Ember Templates cleaner. So if you have complex `if-else` logic in your template that you would like to make clearer, this blogpost could help you out.
Expand Down Expand Up @@ -172,4 +181,5 @@ That's another wrap! ✨

Be kind,

Anne-Greeth van Herwijnen, Jared Galanis the crowd and the Learning Team
Anne-Greeth van Herwijnen, Preston Sego, Jared Galanis the crowd and the Learning Team