mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -05:00
update join flow lint exceptions
This commit is contained in:
parent
9ea6cc8d42
commit
ce3921bec5
1 changed files with 0 additions and 6 deletions
|
@ -18,9 +18,6 @@ const EmailStep = require('./email-step.jsx');
|
||||||
const WelcomeStep = require('./welcome-step.jsx');
|
const WelcomeStep = require('./welcome-step.jsx');
|
||||||
const RegistrationErrorStep = require('./registration-error-step.jsx');
|
const RegistrationErrorStep = require('./registration-error-step.jsx');
|
||||||
|
|
||||||
/*
|
|
||||||
eslint-disable react/prefer-stateless-function, react/no-unused-prop-types, no-useless-constructor
|
|
||||||
*/
|
|
||||||
class JoinFlow extends React.Component {
|
class JoinFlow extends React.Component {
|
||||||
constructor (props) {
|
constructor (props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
@ -174,6 +171,3 @@ const ConnectedJoinFlow = connect(
|
||||||
)(IntlJoinFlow);
|
)(IntlJoinFlow);
|
||||||
|
|
||||||
module.exports = ConnectedJoinFlow;
|
module.exports = ConnectedJoinFlow;
|
||||||
/*
|
|
||||||
eslint-enable
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in a new issue