eslint-plugin-codebox
eslint-plugin-codebox copied to clipboard
Jest CLI is probably not a dependency but a dev-dependency.
I was kind of suprised that when installing the package npm reports this:
added 381 packages from 222 contributors and audited 21974 packages in 23.941s
which led me to the conclusion that something is wrong with the dependency list. Inspecting this I figure that the jest-cli is not needed by the actual plugin, but only during development, right?