Recommend npm or yarn installation commands for packages #11
Labels
good first issue
Good for newcomers; welcome aboard!
status: accepting prs
Please, send in a PR to resolve this! ✨
type: enhancement
New feature or request
Milestone
When an ESLint configuration file is generated, at least the following packages will likely need to be available to use it:
eslint
itself@typescript-eslint/*
pluginseslint-plugin-prettier
When this package is run successfully, there should be a (bright cyan?) recommendation for a shell command to install the requisite packages. It should use
npm
by default, oryarn
if there is ayarn.lock
.The text was updated successfully, but these errors were encountered: