-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
good first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: enhancementNew feature or requestNew feature or request
Milestone
Description
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/*
plugins- Any other plugins extended from by the package, such as
eslint-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, or yarn
if there is a yarn.lock
.
KingDarBoja and vjsingh
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: enhancementNew feature or requestNew feature or request