Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Releases: ember-template-lint/ember-cli-template-lint

v0.3.4

16 Apr 00:51
Compare
Choose a tag to compare

Changelog

  • Add support for TextNode/CommentNode location information. Now the bare-strings / html-comments rules include line and column info.
  • Add nested-interactive rule. Usage of nested interactive content can lead to UX problems, accessibility problems, bugs and in some
    cases to DOM errors. You should not put interactive content elements nested inside other interactive content elements.

v0.3.3

10 Apr 01:24
Compare
Choose a tag to compare

Changelog

  • Fix issue with per-template rule configuration.

v0.3.1

04 Apr 22:37
Compare
Choose a tag to compare

Changelog

  • Add html-comments rule which forbids the usage of HTML comments (other than <!-- template-lint bare-strings=false --> style control comments).

v0.2.0

07 Mar 01:15
Compare
Choose a tag to compare

This is the first release that actually acts like a normal linter. The README has been updated with details on the available rules.

Please create new issues (or PR's 😉) for any issues you hit or new rules that you can think of...