-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix the linters #189
Comments
That's prettier wakamai-fondue-site/package.json Line 29 in de90c6e
and vue-cli-service lint: wakamai-fondue-site/package.json Line 8 in de90c6e
I assume the latter is using eslint: wakamai-fondue-site/package.json Line 26 in de90c6e
You have a .eslintrc.js: https://github.com/Wakamai-Fondue/wakamai-fondue-site/blob/master/.eslintrc.js so the Prettier dependency could be dropped (but eslint-plugin-prettier kept) |
I didn't remove the dependency in #191 as I saw Either way, local linting (via command line and in my editor) is now okay, with #191 merged. Do you suggest to remove it anyway, as it's "just" a dev dependency? |
Hm, I hope it should work. I was confused by Prettier being present. |
Like @Ryuno-Ki said, it looks like there are two linters in place?
The text was updated successfully, but these errors were encountered: