Hi Jonas, > eslint does not depend on but recommends node-text-table, and does so > because it is needed only in "all but unusual installations" as > covered by Debian Policy ยง 7.2:
I'm a bit confused by this as launching in a clean schroot where I've only eslint installed I get: eslint -h Output: -f, --format String Use a specific output format - default: stylish So, the stylish module is the default one and as such, it isn't exactly required by unusual installations, but by all unless you don't use another `--format`, isn't it? Cheers