avajs/eslint-plugin-ava




Do you want to work on this issue?
You can request for a bounty in order to promote it!
Detect config file mishaps #199
novemberborn posted onGitHub
#192 adds support for ava.config.js
files. There are possible bad configurations where AVA itself will refuse to run tests, that are ignored by this ESLint plugin.
It'd be good (if possible?) to have a lint rule that checks for those problems so we can issue a warning (or error).