Skip to content
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

[Request] Add --fix to lint-on-save by default #545

Closed
kokizzu opened this issue May 2, 2017 · 2 comments
Closed

[Request] Add --fix to lint-on-save by default #545

kokizzu opened this issue May 2, 2017 · 2 comments

Comments

@kokizzu
Copy link

kokizzu commented May 2, 2017

I think showing error (failing build) for improper codestyle is not practical

@kokizzu kokizzu changed the title [Request] Add lint-on-save to --fix mode by default [Request] Add --fix to lint-on-save by default May 2, 2017
@rstoenescu
Copy link
Member

  1. Having a linter is highly recommended as it makes code more readable and also makes you as a developer avoid certain mistakes.
  2. Linting on save has to do with developer's editor of choice, and not with the framework itself.
  3. Linting can be disabled if for some reason the developer thinks it gets in the way. But I recommend having a linter in place. Makes you more organized. How to disable it though: http://quasar-framework.org/guide/app-linter-configuration.html

@smolinari
Copy link
Collaborator

I too, at first, thought linting was a pain. Then I added it to my editor and now I wouldn't want to miss it.

Scott

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants