-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.eslintrc.js is overwritten on install #17
Comments
Using Sourcetree(Atlassian) for my git client, though this doesn't impact it. As you can see in my screenshot, all lines that were there before plugin install, were removed, and not re-added. To confirm this, when looking at the file itself, after install - it only contains this:
It's literally only that inside, so seems to not be working as intended, if you say it appends in your case. I had issues with the See my in-file note regarding @vue/airbnb issue:
Unrelated, but to help you understand the full picture. |
Just to double-check is this happening in a UI or CLI only created project? edit: or both? |
Happened on UI created - haven't tested on CLI. I mean... UI created the project, but installed the plugin via npm/dev-branch & invoked. Can't remember if this was happening on master/release. |
Think this didn't happen before, but even if it did - doesn't seem the best way to scrap the project's original
.eslintrc
. Perhaps we can append to it instead of writing over?The text was updated successfully, but these errors were encountered: