Rafael Santana

Results 41 comments of Rafael Santana

Indeed this prefix doesn't seem like a good idea. However, today we already have 21 template rules, most of them (more specifically, 11) focused on accessibility, not to mention the...

Nice finding, @gSarciotto! I'm not sure why this decision was made, but IMHO we have an inconsistent behavior here. The [`SelectorValidator.kebabCaseValidator`](https://github.com/angular-eslint/angular-eslint/blob/c44cd5d043a3d203efd1faaed4cbfee2c9ac2e9d/packages/eslint-plugin/src/utils/utils.ts#L546) requires an alphanumeric/hyphen after the _real_ hyphen. Tests for...

Nice finding, thanks, @gSarciotto! > it probably is to avoid conflicts with native HTML selectors like `label`. This is actually mentioned in the [styleguide] @JamesHenry In that case, shouldn't we...

The problem itself is not in the fixer, but rather in the report... it currently affect many, if not all, template rules that uses [**`eslint#getLocFromIndex`**](https://github.com/eslint/eslint/blob/c0f418e2476df98519bc156b81d20431984e8704/lib/source-code/source-code.js#L512-L541), as reported in #384 for...

Being quite honest: this is a very difficult (not to say impossible) rule to implement it correctly, due to the many possibilities. What actually defines whether an input is being...

Hi @jlabaj, I couldn't reproduce it with 12.3.1. Would you mind to share your `.eslintrc.js(on)`? Also note that we have a test case almost exactly the same as yours that...

Please, in a next time, format JSON using the code snippet here + using a tool like https://jsonformatter.curiousconcept.com, so it become readable 😄 --- So, I've copied your configs to...

@jlabaj in that case, can we close this and the other issue?

It's weird because, as I said some comments above, we have similar test cases that are passing on the latest version ([which is even documented in the auto-generated docs based...

> I know you're looking for a minimal repro Yes, could you help me to help you? 🥇 I would be more than happy to check out any possible issues,...