update join flow lint exceptions

This commit is contained in:
Ben Wheeler 2019-09-04 23:34:03 -04:00
parent 9ea6cc8d42
commit ce3921bec5

View file

@ -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
*/