You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you selected "Yes" for the prompt ''Do you want to setup eslint+prettier?", you should see the following 6 packages added as devDependencies in package.json (versions may vary):
None of the above changes should be observable if you selected "No" for the aforementioned prompt.
Also, if you're using yarn as your package manager, you may get an additional prompt before eslint-config-airbnb-base installation actually begins (right after the "Installing airbnb config..." message); something of the form - It seems as if you are using Yarn. Would you like to use Yarn for the installation? (y/n), to which you should answer yes.
For what it's worth, I did choose "Yes" for all of the relevant choices. I'm using Yarn but I didn't receive an additional prompt and a few of the devDependencies weren't in package.json. I didn't look into why, but that's where my confusion was coming from.
Thanks!
barelyknown
changed the title
eslint config references airbnb-base
eslint config references airbnb-base which was not in package.json's devDepencies
Jul 4, 2020
By default, the installed
.eslintrc.js
referencesairbnb-base
which isn't included.I also noticed the "Installing airbnb config..." message when running the install script (which I assume is unintentional).
The text was updated successfully, but these errors were encountered: