Cory Forsyth
Cory Forsyth
component cards currently get the full set of component actions (`editCard`, `saveCard`, etc), but some of the actions are meaningless depending on the card's current mode. If the card is...
Passes `cardOptions` as the final argument to `markupElementRenderer` and `sectionElementRenderer`.
I think this issue can safely be closed as "not ember-cli-release's problem" if you are inclined, but I wanted to point it out since it bit me and might bite...
I discovered that the fixer for `no-unnecessary-curly-parens` somehow omitted a TextNode when fixing a `MustacheStatement` inside of a `ConcatStatement`. I've verified this using the current latest release of ember-template-lint (https://github.com/ember-template-lint/ember-template-lint/commit/e1d3fd25fc1b8b250edd9bce11500f78721759c0)....
The registry-url option sets up auth to read from `env.NODE_AUTH_TOKEN`, but the way the readme was rendered, the underscores surrounding `_AUTH_` were interpreted as italics instead. This small change to...
I'm using v2.3.0 and it seems like even if I pass it an individual file on the command-line, it always lints all files. ``` $ node_modules/.bin/ls-lint --version ls-lint v2.3.0 go...
Tiny typo fix "Defalte" -> "Deflate"