We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I suggest having GitHub actions for linting when code is pushed or PR is merged on main branch.
main
It would be a simple workflow which runs npm run lint on the code. We can also look into allowing PRs to merge only when lint is successful.
npm run lint