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
Currently we're only checking if a .eslintrc file exists in the root directory, if it's there we ask if the user wants to replace it, if it's not there we create it.
Currently we're only checking if a
.eslintrc
file exists in the root directory, if it's there we ask if the user wants to replace it, if it's not there we create it.I think that we should verify all supported file formats before doing so, then:
.eslintrc.js
since it has top priority between different configurations formatsThe text was updated successfully, but these errors were encountered: