Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
2df91125
Commit
2df91125
authored
Jan 29, 2018
by
Ray Schamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable no-multi-comp completely for steps.jsx
parent
7b15ef23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
src/components/registration/steps.jsx
src/components/registration/steps.jsx
+8
-7
No files found.
src/components/registration/steps.jsx
View file @
2df91125
/* eslint-disable react/no-multi-comp */
const
bindAll
=
require
(
'
lodash.bindall
'
);
const
bindAll
=
require
(
'
lodash.bindall
'
);
const
injectIntl
=
require
(
'
react-intl
'
).
injectIntl
;
const
injectIntl
=
require
(
'
react-intl
'
).
injectIntl
;
const
intlShape
=
require
(
'
react-intl
'
).
intlShape
;
const
intlShape
=
require
(
'
react-intl
'
).
intlShape
;
...
@@ -306,7 +307,7 @@ const IntlUsernameStep = injectIntl(UsernameStep);
...
@@ -306,7 +307,7 @@ const IntlUsernameStep = injectIntl(UsernameStep);
/*
/*
* PASSWORD STEP
* PASSWORD STEP
*/
*/
class
ChoosePasswordStep
extends
React
.
Component
{
// eslint-disable-line react/no-multi-comp
class
ChoosePasswordStep
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
bindAll
(
this
,
[
bindAll
(
this
,
[
...
@@ -407,7 +408,7 @@ const IntlChoosePasswordStep = injectIntl(ChoosePasswordStep);
...
@@ -407,7 +408,7 @@ const IntlChoosePasswordStep = injectIntl(ChoosePasswordStep);
/*
/*
* DEMOGRAPHICS STEP
* DEMOGRAPHICS STEP
*/
*/
class
DemographicsStep
extends
React
.
Component
{
// eslint-disable-line react/no-multi-comp
class
DemographicsStep
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
bindAll
(
this
,
[
bindAll
(
this
,
[
...
@@ -651,7 +652,7 @@ const IntlNameStep = injectIntl(NameStep);
...
@@ -651,7 +652,7 @@ const IntlNameStep = injectIntl(NameStep);
/*
/*
* PHONE NUMBER STEP
* PHONE NUMBER STEP
*/
*/
class
PhoneNumberStep
extends
React
.
Component
{
// eslint-disable-line react/no-multi-comp
class
PhoneNumberStep
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
bindAll
(
this
,
[
bindAll
(
this
,
[
...
@@ -749,7 +750,7 @@ const ORGANIZATION_L10N_STEMS = [
...
@@ -749,7 +750,7 @@ const ORGANIZATION_L10N_STEMS = [
'
orgChoiceCamp
'
'
orgChoiceCamp
'
];
];
class
OrganizationStep
extends
React
.
Component
{
// eslint-disable-line react/no-multi-comp
class
OrganizationStep
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
bindAll
(
this
,
[
bindAll
(
this
,
[
...
@@ -920,7 +921,7 @@ const IntlOrganizationStep = injectIntl(OrganizationStep);
...
@@ -920,7 +921,7 @@ const IntlOrganizationStep = injectIntl(OrganizationStep);
/*
/*
* ADDRESS STEP
* ADDRESS STEP
*/
*/
class
AddressStep
extends
React
.
Component
{
// eslint-disable-line react/no-multi-comp
class
AddressStep
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
bindAll
(
this
,
[
bindAll
(
this
,
[
...
@@ -1076,7 +1077,7 @@ const IntlAddressStep = injectIntl(AddressStep);
...
@@ -1076,7 +1077,7 @@ const IntlAddressStep = injectIntl(AddressStep);
/*
/*
* USE SCRATCH STEP
* USE SCRATCH STEP
*/
*/
class
UseScratchStep
extends
React
.
Component
{
// eslint-disable-line react/no-multi-comp
class
UseScratchStep
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
bindAll
(
this
,
[
bindAll
(
this
,
[
...
@@ -1165,7 +1166,7 @@ const IntlUseScratchStep = injectIntl(UseScratchStep);
...
@@ -1165,7 +1166,7 @@ const IntlUseScratchStep = injectIntl(UseScratchStep);
/*
/*
* EMAIL STEP
* EMAIL STEP
*/
*/
class
EmailStep
extends
React
.
Component
{
// eslint-disable-line react/no-multi-comp
class
EmailStep
extends
React
.
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
bindAll
(
this
,
[
bindAll
(
this
,
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment