Skip to content

Commit

Permalink
Merge pull request #544 from ijlee2/blog/embertimes-137
Browse files Browse the repository at this point in the history
Covered v2 release of ember-template-lint
  • Loading branch information
ijlee2 authored Feb 27, 2020
2 parents 1715837 + 5e45950 commit 74aad69
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions source/2020-02-28-the-ember-times-issue-137.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: The Ember Times - Issue No. 137
author: the crowd
author: Isaac Lee, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2020
alias : "blog/2020/02/28-the-ember-times-issue-137.html"
responsive: true
---

Bonjou Emberistas! 🐹

Try out the latest ember-template-lint v2 ✅,
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>

READMORE
Expand All @@ -34,13 +35,33 @@ READMORE

---

## [Section title in sentence case 🐹](#section-url)
## [ember-template-lint v2 released ✅](https://twitter.com/rwjblue/status/1231372429286608902)

<change section title emoji>
<consider adding some bold to your paragraph>
In case you weren't aware, you can lint templates to follow Ember's recommended practices, avoid making common accessibility mistakes, and collaborate with your team more effectively. 💯

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
```bash
# Install (or upgrade to v2)
ember install ember-cli-template-lint

# Profit!
npm run lint:hbs
```

The v2 release was [recently announced](https://twitter.com/rwjblue/status/1231372429286608902). The most notable change may be that you can start following recommended rules for Ember Octane:

```javascript
// .template-lintrc.js
'use strict';

module.exports = {
extends: 'octane',
rules: {
/* Add custom rules here */
}
};
```

You can find the full list of updates in the [changelog](https://github.com/ember-template-lint/ember-template-lint/releases/tag/v2.0.0). Please extend your thanks to [@lifeart](https://github.com/lifeart), [@bmish](https://github.com/bmish), [@dcyriller](https://github.com/dcyriller), [@rwjblue](https://github.com/rwjblue), [@akashdsouza](https://github.com/akashdsouza), [@alexlafroscia](https://github.com/alexlafroscia), [@buschtoens](https://github.com/buschtoens), [@gojefferson](https://github.com/gojefferson), and [@initram](https://github.com/initram) for helping with v2 release!

---

Expand Down Expand Up @@ -134,4 +155,4 @@ That's another wrap! ✨

Be kind,

the crowd and the Learning Team
Isaac Lee, the crowd and the Learning Team

0 comments on commit 74aad69

Please sign in to comment.