Skip to content

Commit

Permalink
Updated for template-lint 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Holmes committed Jun 5, 2016
1 parent 6e72aeb commit 6b1a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .template-lintrc.js
Expand Up @@ -5,7 +5,7 @@ module.exports = {
extends: 'recommended',
rules: {
'img-alt-attributes': true,
'invalid-interactive': false, // false until fix of https://github.com/rwjblue/ember-template-lint/issues/80
'invalid-interactive': true,
'nested-interactive': true
}
};

0 comments on commit 6b1a6bf

Please sign in to comment.