ktsn / vue-designer

Vue component design tool
https://marketplace.visualstudio.com/items?itemName=ktsn.vue-designer
MIT License
368 stars 22 forks source link

chore: prefer Prettier style format on Vue SFC #75

Closed ktsn closed 5 years ago

ktsn commented 5 years ago

I'm not sure it is more readable than eslint-plugin-vue format but let's follow Prettier format 😂

codecov[bot] commented 5 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   68.11%   68.11%           
=======================================
  Files          66       66           
  Lines        2277     2277           
  Branches      461      467    +6     
=======================================
  Hits         1551     1551           
  Misses        706      706           
  Partials       20       20
Impacted Files Coverage Δ
src/view/components/InputComposition.vue 100% <ø> (ø) :arrow_up:
src/view/components/StyleInformation.vue 84.31% <ø> (ø) :arrow_up:
src/view/components/StyleDeclaration.vue 93.33% <ø> (ø) :arrow_up:
src/view/components/ComponentCatalog.vue 0% <ø> (ø) :arrow_up:
src/view/components/ScopeInformation.vue 0% <ø> (ø) :arrow_up:
src/view/components/InputJson.vue 83.58% <ø> (ø) :arrow_up:
src/view/components/Viewport.vue 57.14% <ø> (ø) :arrow_up:
src/view/components/BaseIcon.vue 100% <ø> (ø) :arrow_up:
src/view/components/RendererGuide.vue 20% <ø> (ø) :arrow_up:
src/view/components/Renderer.vue 91.66% <ø> (ø) :arrow_up:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d6728e1...924bcfe. Read the comment docs.