Bryan Mishkin
Bryan Mishkin
We'd welcome a rule for this, as some plugin authors may prefer to avoid complex selectors. However, I would lean toward any such rule to be optional and not recommended....
@dangreenisrael > If you want to do a cleanup to remove old rules, could you do that in a separate PR? Removing docs for deleted rules in https://github.com/dangreenisrael/eslint-plugin-jest-formatting/pull/118. > Also,...
Can someone approve CI to run? This is still ready to go in. @dangreenisrael @twelve17 @hockeybuggy
@dangreenisrael yes still ready to go.
@ef4 thanks for the context. I have updated the RFC to disable the `import/no-unresolved` lint rule to get around the current infeasibility of reliably resolving imports. We can always come...
Nope, not a breaking change. It allows read-only arrays but does not require them. It expands the allowed input.
Ping? Again, this is not a breaking change.
I think this is related to how many rules started out just looking for `service()` instead of actually checking the name it was imported. I fixed a lot rules (https://github.com/ember-cli/eslint-plugin-ember/issues/590)...