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
Releases · ember-template-lint/ember-cli-template-lint
v0.3.4
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
v0.3.1
v0.2.0
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...