Skip to content

馃嵃 Fix update incompatibility

Hannes Heine requested to merge pr701head into pr701base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


馃嵃 Pullrequest

Fix update incompatibility

It seems that prettier supports vue in version v1.15 and above. See: https://github.com/prettier/prettier/releases/tag/1.15.0

So I guess that interferes with the old vue linter rules in place. I graduated the vue rule from recommended to essential and now running yarn run lint --fix is doing fine.

Issues

  • None

Todo

  • Could you please check out this branch and run yarn run lint --fix?
  • Could we agree if we want to adopt the new style rules?
  • Create Followup Issue on vscode formating problems

Merge request reports