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
Great that some packages have moved to devDependencies in the new v3.0 release but there is one more that should be moved. It's the eslint-config-prettier package.
Currently when installing mysql2 it complains that eslint is missing because it's a peerDependency of eslint-config-prettier.
The text was updated successfully, but these errors were encountered:
Great that some packages have moved to devDependencies in the new v3.0 release but there is one more that should be moved. It's the
eslint-config-prettier
package.Currently when installing
mysql2
it complains thateslint
is missing because it's a peerDependency ofeslint-config-prettier
.The text was updated successfully, but these errors were encountered: