Bryan Mishkin
Bryan Mishkin
Here's why I had to enable `noInlineConfig` for the markdown documentation samples with these inline configs: ```js /* eslint eslint-plugin/consistent-output: error */ ``` 1. We can only refer to our...
I agree it's important to get this ESLint / @babel/eslint-parser upgrade in. Last I saw, it was stalled on comments on this PR / my previous PR attempt (https://github.com/ember-cli/ember-cli/pull/9556). Note...
Example of the index file I need to generate: * https://github.com/ember-template-lint/ember-template-lint/blob/master/lib/config/index.js * https://github.com/ember-template-lint/ember-template-lint/blob/master/lib/rules/index.js
@ChocolateLoverRaj I'm unclear what you mean by that. Can you show an example?
@ChocolateLoverRaj I'm not sure how that helps me. I need to re-export every file in a directory.
Thanks so much for working on this! 1. Would it make sense for this rule to cover the older style mustache statements too in addition to newer style angle brackets?...
Thanks for the continued work on this! Excited to get it in soon.
We have a similar [route-path-style](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/route-path-style.md) rule (currently limited to enforcing kebab-case naming but configurability could be added if desired) in eslint-plugin-ember that you could reference.
This rule is known to be buggy. Improvements welcome.
@jamescdavis very sorry about the delay on this. A few questions: 1. Can you rebase this on the latest master? 2. Can you explain in a bit more detail if...