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

Fixed eslint warning #378

Merged
merged 2 commits into from
Oct 29, 2017
Merged

Fixed eslint warning #378

merged 2 commits into from
Oct 29, 2017

Conversation

snhasani
Copy link
Contributor

These eslint warnings should be resolved:

image

and also I added yarn.lock file. Because I could not install npm packages with Iran's Internet, but Yarn did it!

@@ -18,6 +19,7 @@
"semi": ["error", "always"],
"space-before-function-paren": ["error", "never"],
"jsx-quotes": "off",
"comma-dangle": "off"
"comma-dangle": "off",
Copy link
Member

Choose a reason for hiding this comment

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

I think this violates the prettier config. I would suggest having comma-dangle as a violation.

@sallar?

Copy link
Member

Choose a reason for hiding this comment

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

@perry-mitchell I think those already existed in .eslintrc before prettier era.. I have added "prettier" preset so all these extra overrides should be removed from here including this one. But I think this changed was not made by @snhasani

Copy link
Member

@perry-mitchell perry-mitchell Oct 29, 2017

Choose a reason for hiding this comment

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

Ah good point! My mistake. It's fine with me then..

Copy link
Member

@sallar sallar left a comment

Choose a reason for hiding this comment

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

Great. thanks. will merge this.

@sallar sallar merged commit 81cea2f into buttercup:master Oct 29, 2017
@snhasani snhasani deleted the fixed-current-test branch October 29, 2017 21:38
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.

3 participants