w3c / aria-at-automation-harness

A command-line utility for executing test plans from w3c/aria-at without human intervention using the aria-at-automation-driver
5 stars 3 forks source link

Add linting #59

Closed jugglinmike closed 2 weeks ago

jugglinmike commented 1 month ago

This project's automated tests do not currently include static analysis of the source code. Extend the tests with validation performed by a tool like ESLint.

gnarf commented 1 month ago

I think there is a pre-commit running these currently but yeah, worth the extra check on CI

jugglinmike commented 1 month ago

I'd like something stronger than code-style enforcement.

jugglinmike commented 3 weeks ago

I'm re-opening this issue because contrary to GitHub's inference, gh-63 did not resolve this.