James Henry
James Henry
Config/options in docs is now supported as of: https://github.com/angular-eslint/angular-eslint/pull/699
Thanks again @jmeinlschmidt!
Honestly my instinct on this would be that we should drop `accessibility-` from all of them, rather than adding `accessibility-` to more rules. If you think about it, it is...
We can of course always create a new preset config called `accessibility.json` which could contain all the accessibility related rules if folks want an easy way of including them in...
Apologies folks, because of personal life pressures I have had to limit angular-eslint to v13 of Angular and v8 of ESLint, so this breaking change requirement will be bumped to...
Hi @kundarsowjanya I'm going to close this one as the updated docs have been merged and there hasn't been any further activity, so hopefully you were able to resolve your...
Cool, good catch! Yeah looks like we should mark this as deprecated in v13 onwards
FYI Joost from the Angular Team said that these compiler checks are still behind a flag so it’s not time to deprecate it yet
Extended diagnostics are available as of Angular 13.2, but until autofixing gets implemented it really isn't a fully viable alternative to the current lint rule. Autofixing tracked in https://github.com/angular/angular/issues/44941
Hi @sandikbarr 👋 Long time no speak! Hope you are doing well. I'm really sorry for how long it's taken to review this. In order to match our existing pattern...