From dfa4c77314b9eaf7cb048d7a47512e30aad5ed2f Mon Sep 17 00:00:00 2001 From: SachaG <358832+SachaG@users.noreply.github.com> Date: Sun, 16 Sep 2018 11:48:38 +0900 Subject: [PATCH] ESLint fixes --- .../imports/ui/components/Buttons.jsx | 2 +- .../imports/ui/components/Field.jsx | 4 +- .../imports/ui/components/Fields.jsx | 2 +- .../imports/ui/components/FormMessage.jsx | 2 +- .../imports/ui/components/FormMessages.jsx | 2 +- .../imports/ui/components/LoginFormInner.jsx | 44 +++++------ .../ui/components/PasswordOrService.jsx | 2 +- .../imports/ui/components/SocialButtons.jsx | 2 +- .../lib/modules/components/Card.jsx | 2 +- .../lib/modules/components/Error404.jsx | 2 +- .../lib/modules/components/HelloWorld.jsx | 12 +-- .../lib/modules/components/Icon.jsx | 2 +- .../lib/modules/components/Layout.jsx | 2 +- .../lib/modules/components/Loading.jsx | 2 +- .../lib/modules/components/ShowIf.jsx | 2 +- .../lib/modules/components/Welcome.jsx | 2 +- .../lib/components/Components.jsx | 12 +-- .../vulcan-debug/lib/components/Emails.jsx | 4 +- packages/vulcan-email/lib/server/email.js | 79 ++++++++----------- .../vulcan-embed/lib/components/EmbedURL.jsx | 2 +- .../vulcan-forms-tags/lib/components/Tags.jsx | 2 +- packages/vulcan-forms/lib/components/Form.jsx | 6 -- .../lib/components/FormWrapper.jsx | 6 +- packages/vulcan-lib/lib/modules/components.js | 2 +- .../vulcan-routing/lib/client/routing.jsx | 2 +- packages/vulcan-routing/lib/server/router.jsx | 2 +- .../vulcan-routing/lib/server/routing.jsx | 2 +- .../lib/components/SubscribeTo.jsx | 6 +- .../lib/components/forms/Datetime.jsx | 2 +- 29 files changed, 96 insertions(+), 117 deletions(-) diff --git a/packages/vulcan-accounts/imports/ui/components/Buttons.jsx b/packages/vulcan-accounts/imports/ui/components/Buttons.jsx index 5ad3f3146..9709efcc0 100755 --- a/packages/vulcan-accounts/imports/ui/components/Buttons.jsx +++ b/packages/vulcan-accounts/imports/ui/components/Buttons.jsx @@ -4,7 +4,7 @@ import { Components, registerComponent } from 'meteor/vulcan:core'; export class Buttons extends React.Component { render () { - let { buttons = {}, className = "buttons" } = this.props; + let { buttons = {}, className = 'buttons' } = this.props; return (