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

Enable eslint for vue-related stuff #1715

Merged
merged 2 commits into from
Aug 23, 2017
Merged

Enable eslint for vue-related stuff #1715

merged 2 commits into from
Aug 23, 2017

Conversation

Hypnosphi
Copy link
Member

.eslintignore had a vue line since vue support was WIP. This PR turns eslint on for those folders.

@@ -87,13 +84,13 @@ export function renderMain(data, storyStore) {
Use "() => ({ template: '<my-comp></my-comp>' })" or "() => ({ components: MyComp, template: '<my-comp></my-comp>' })" when defining the story.
`,
};
return renderError(error);
renderError(error);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renderError has no return value, so it's safe

@codecov
Copy link

codecov bot commented Aug 23, 2017

Codecov Report

Merging #1715 into master will increase coverage by <.01%.
The diff coverage is 23.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1715      +/-   ##
==========================================
+ Coverage   21.23%   21.24%   +<.01%     
==========================================
  Files         252      252              
  Lines        5702     5700       -2     
  Branches      683      688       +5     
==========================================
  Hits         1211     1211              
  Misses       3970     3970              
+ Partials      521      519       -2
Impacted Files Coverage Δ
app/vue/src/server/iframe.html.js 0% <ø> (ø) ⬆️
app/vue/src/server/config/webpack.config.js 0% <ø> (ø) ⬆️
app/vue/src/server/config/globals.js 0% <ø> (ø) ⬆️
app/vue/src/server/config/webpack.config.prod.js 0% <ø> (ø) ⬆️
app/vue/src/client/index.js 0% <0%> (ø) ⬆️
app/vue/src/client/preview/render.js 0% <0%> (ø) ⬆️
addons/knobs/src/vue/index.js 31.25% <0%> (ø) ⬆️
app/vue/src/client/preview/client_api.js 87.23% <100%> (ø) ⬆️
app/react/src/server/utils.js 0% <0%> (-32.15%) ⬇️
lib/ui/src/modules/ui/libs/filters.js 47.36% <0%> (ø) ⬆️
... and 31 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 4bcff45...a81b53f. Read the comment docs.

Copy link
Member

@ndelangen ndelangen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

@ndelangen ndelangen merged commit 1a26814 into master Aug 23, 2017
@ndelangen ndelangen deleted the eslint-vue branch August 23, 2017 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance User-facing maintenance tasks vue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants