π Disallow AVA in dependencies.
πΌ This rule is enabled in the β
recommended config.
π§ This rule is automatically fixable by the --fix CLI option.
AVA is a test runner and should be in devDependencies, not dependencies. Having it in dependencies means it will be installed by consumers of your package, which is unnecessary and increases install size.