Don Abrams

Results 2 issues of Don Abrams

As per https://facebook.github.io/react/docs/dom-elements.html , `data-*` and `aria-*` attributes should be lowercase. This rule enforces that. Justification to be added to recommended rules: Without this rule, `data-myProp` and `aria-describedBy` will both...

question
new rule

I noticed a [very recent paper](https://arxiv.org/pdf/2311.17620.pdf) by @aurele-barriere & @cpitclaudel that describes an algorithm for js regex lookbehinds and lookarounds that isn't vulnerable to ReDoS. Think it'd be worth adding...

enhancement