dequelabs / axe-core

Accessibility engine for automated Web UI testing
https://www.deque.com/axe/
Mozilla Public License 2.0
5.75k stars 746 forks source link

build: lint-staged prettier before eslint #4445

Closed gaiety-deque closed 1 month ago

gaiety-deque commented 1 month ago

prettier autofixes some issues eslint finds, letting prettier run first leads to less developer hassle

for example, I've forgotten for weeks to change how my editor does tabs instead of spaces and I've been manually running npm run fmt to get around this. While yes I will also correct my editor, this feels like a positive change for all contributors

<< Describe the changes >>

Closes: