From e95168bbf03fb69d6fe5b017bd8257140c2bf51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 15 Mar 2018 19:05:02 +0000 Subject: [PATCH] style: format --- bundle/src/index.js | 2 +- .../components/create-instance/affinity.js | 66 +++++++++---------- .../src/containers/create-instance/index.js | 2 +- packages/my-joy-navigation/.eslintrc | 2 +- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/bundle/src/index.js b/bundle/src/index.js index fc15e484..9dde2c3c 100644 --- a/bundle/src/index.js +++ b/bundle/src/index.js @@ -21,7 +21,7 @@ const { SDC_URL, BASE_URL = `http://0.0.0.0:${PORT}`, ROLLBAR_SERVER_TOKEN, - NODE_ENV = 'development', + NODE_ENV = 'development' // CONSOLE = 'my-joy-instances' } = process.env; diff --git a/packages/my-joy-instances/src/components/create-instance/affinity.js b/packages/my-joy-instances/src/components/create-instance/affinity.js index 1a8173df..0d57e925 100644 --- a/packages/my-joy-instances/src/components/create-instance/affinity.js +++ b/packages/my-joy-instances/src/components/create-instance/affinity.js @@ -26,39 +26,39 @@ const Values = touched => ( ); - // {rule.type === 'tag' ? ( - // - // - // - // - // - //
- // and value{' '} - //
- // - // {Values(rule.pattern)} - // - // - // - // - // - //
- // ) : ( +// {rule.type === 'tag' ? ( +// +// +// +// +// +//
+// and value{' '} +//
+// +// {Values(rule.pattern)} +// +// +// +// +// +//
+// ) : ( export const Rule = ({ valid, ...rule }) => ( diff --git a/packages/my-joy-instances/src/containers/create-instance/index.js b/packages/my-joy-instances/src/containers/create-instance/index.js index 212c5fd3..469d8342 100644 --- a/packages/my-joy-instances/src/containers/create-instance/index.js +++ b/packages/my-joy-instances/src/containers/create-instance/index.js @@ -281,7 +281,7 @@ export default compose( const patterns = { equalling: value => value, - starting: value => `/^${value}/`, + starting: value => `/^${value}/` }; const _name = identity === 'name' ? 'instance' : name; diff --git a/packages/my-joy-navigation/.eslintrc b/packages/my-joy-navigation/.eslintrc index 4b72a669..8dbd2da5 100644 --- a/packages/my-joy-navigation/.eslintrc +++ b/packages/my-joy-navigation/.eslintrc @@ -10,4 +10,4 @@ "no-negated-condition": 0, "jsx-a11y/href-no-hash": 0 } -} \ No newline at end of file +}