mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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 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 {
|
||||
constructor (props) {
|
||||
super(props);
|
||||
|
@ -174,6 +171,3 @@ const ConnectedJoinFlow = connect(
|
|||
)(IntlJoinFlow);
|
||||
|
||||
module.exports = ConnectedJoinFlow;
|
||||
/*
|
||||
eslint-enable
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue