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: introduce eslint #60

Closed ktsn closed 6 years ago

ktsn commented 6 years ago

ref #48

codecov[bot] commented 6 years ago

Codecov Report

Merging #60 into master will decrease coverage by 0.18%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   66.58%   66.39%   -0.19%     
==========================================
  Files          56       56              
  Lines        1975     1979       +4     
  Branches      419      412       -7     
==========================================
- Hits         1315     1314       -1     
- Misses        644      647       +3     
- Partials       16       18       +2
Impacted Files Coverage Δ
src/view/components/RendererGuide.vue 14.28% <ø> (ø) :arrow_up:
src/view/components/VueComponent.vue 90.9% <ø> (ø) :arrow_up:
src/view/components/PageMain.vue 0% <ø> (ø) :arrow_up:
src/view/components/Viewport.vue 50% <ø> (ø) :arrow_up:
src/view/components/InputJson.vue 91.37% <ø> (-0.15%) :arrow_down:
src/view/components/ScopeInformation.vue 0% <ø> (ø) :arrow_up:
src/parser/template/manipulate.ts 97.77% <ø> (ø) :arrow_up:
src/view/components/StyleDeclaration.vue 100% <ø> (ø) :arrow_up:
src/view/components/ComponentCatalog.vue 0% <ø> (ø) :arrow_up:
src/view/components/VueNode.vue 62.06% <ø> (ø) :arrow_up:
... and 14 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 26c2f60...33cdc6e. Read the comment docs.