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

Upgrade eslint-config-airbnb and make it pass #2212

Merged
merged 2 commits into from
Nov 2, 2017
Merged

Conversation

Hypnosphi
Copy link
Member

@Hypnosphi Hypnosphi commented Nov 2, 2017

Fixes #2149

The fixes mostly include switching to destructuring syntax

@Hypnosphi Hypnosphi requested a review from ndelangen November 2, 2017 01:42
export const addDecorator = previewApi.addDecorator;
export const configure = previewApi.configure;
export const getStorybook = previewApi.getStorybook;
export * from './preview';
Copy link
Member Author

Choose a reason for hiding this comment

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

This actually adds one more exported value: cleanDecorators. LMK if there's a reason not to export it here

@codecov
Copy link

codecov bot commented Nov 2, 2017

Codecov Report

Merging #2212 into master will increase coverage by 0.02%.
The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2212      +/-   ##
==========================================
+ Coverage   21.42%   21.44%   +0.02%     
==========================================
  Files         263      263              
  Lines        5807     5801       -6     
  Branches      692      695       +3     
==========================================
  Hits         1244     1244              
- Misses       4032     4035       +3     
+ Partials      531      522       -9
Impacted Files Coverage Δ
...ents/src/manager/containers/CommentsPanel/index.js 0% <ø> (ø) ⬆️
addons/storyshots/src/index.js 0% <ø> (ø) ⬆️
...react-native/src/manager/components/PreviewHelp.js 0% <ø> (ø) ⬆️
app/react/src/client/manager/provider.js 0% <0%> (ø) ⬆️
app/react-native/src/manager/provider.js 0% <0%> (ø) ⬆️
app/react/src/client/preview/reducer.js 0% <0%> (ø) ⬆️
app/vue/src/client/preview/reducer.js 0% <0%> (ø) ⬆️
...mments/src/manager/components/CommentItem/index.js 0% <0%> (ø) ⬆️
app/react-native/src/server/middleware.js 0% <0%> (ø) ⬆️
app/react/src/client/index.js 0% <0%> (ø) ⬆️
... and 51 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 f15eaa6...9856f31. Read the comment docs.

@ndelangen ndelangen merged commit a13614f into master Nov 2, 2017
@ndelangen ndelangen deleted the update-airbnb-eslint branch November 2, 2017 06:11
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

Successfully merging this pull request may close these issues.

2 participants