more options to quotes rule
I implemented the quotes rule the quickest and to satisfy the style I was using. It is now clear that there should be at least one more option for when you enter hbs syntax.
Some people prefer
<foo bar="asdf" baz={{concat 'asdf' 'asdf'}} />
This is not possible with the current rule, where it is all or nothing double qoutes.
I'm not sure the api, but maybe something like
'quotes': {
outsideCurlies: 'double',
insideCurlies: 'single'
}
This becomes more important, since prettier formats templates this way.
Been open since 2019... how do we do this? When I enabled this rule I kinda expected it to just ignore the HTML quotes.
Also could the options be "htmlQuotes" and "hdsQuotes" (or just hbs and html)?
I think it's done https://github.com/ember-template-lint/ember-template-lint/pull/2754
Try it out in: https://github.com/ember-template-lint/ember-template-lint/releases/tag/v5.9.0