This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Description
Using:
I'm trying to use ember template-lint:print-failing with the following rules:
rules: {
'no-bare-strings': true,
'attribute-indentation': false,
'no-inline-styles': false
},
And I get lots of entries like this:
{
"moduleId": "my-app/components/my-component/template",
"only": [
null
]
},
Where the offending rule would have been attribute-indentation.