Fix eslint rule eol-last
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
"no-bitwise": 0,
|
||||
"arrow-body-style": 0,
|
||||
"prefer-template": 0,
|
||||
"eol-last": 0,
|
||||
"keyword-spacing": 0,
|
||||
"default-case": 0,
|
||||
"quote-props": 0,
|
||||
|
@@ -46,4 +46,4 @@ define([
|
||||
});
|
||||
|
||||
return FormFieldCheckbox;
|
||||
});
|
||||
});
|
||||
|
@@ -248,4 +248,4 @@ define([
|
||||
};
|
||||
|
||||
return FormFieldDate;
|
||||
});
|
||||
});
|
||||
|
@@ -38,4 +38,4 @@ define([
|
||||
});
|
||||
|
||||
return FormFieldRadio;
|
||||
});
|
||||
});
|
||||
|
@@ -32,4 +32,4 @@ const FormFieldText = React.createClass({
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = FormFieldText;
|
||||
module.exports = FormFieldText;
|
||||
|
@@ -23,4 +23,4 @@ define([
|
||||
});
|
||||
|
||||
return FormFieldTextarea;
|
||||
});
|
||||
});
|
||||
|
@@ -23,4 +23,4 @@ if(container) {
|
||||
</Route>
|
||||
</Router>
|
||||
), container);
|
||||
}
|
||||
}
|
||||
|
@@ -26,4 +26,4 @@ function KnowledgeBase() {
|
||||
);
|
||||
};
|
||||
|
||||
module.exports = KnowledgeBase;
|
||||
module.exports = KnowledgeBase;
|
||||
|
@@ -44,4 +44,4 @@ function KnowledgeBase() {
|
||||
);
|
||||
};
|
||||
|
||||
module.exports = KnowledgeBase;
|
||||
module.exports = KnowledgeBase;
|
||||
|
@@ -37,4 +37,4 @@ define(['react', 'classnames'], (React, classNames) => {
|
||||
|
||||
return ListingGroups;
|
||||
}
|
||||
);
|
||||
);
|
||||
|
@@ -88,4 +88,4 @@ const ListingColumn = React.createClass({
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = ListingHeader;
|
||||
module.exports = ListingHeader;
|
||||
|
@@ -376,4 +376,4 @@ const _MailerMixin = {
|
||||
|
||||
export { _QueueMixin as QueueMixin };
|
||||
export { _StatisticsMixin as StatisticsMixin };
|
||||
export { _MailerMixin as MailerMixin };
|
||||
export { _MailerMixin as MailerMixin };
|
||||
|
@@ -129,4 +129,4 @@ const NewsletterListNotificationHistory = React.createClass({
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = NewsletterListNotificationHistory;
|
||||
module.exports = NewsletterListNotificationHistory;
|
||||
|
@@ -50,4 +50,4 @@ const ListingTabs = React.createClass({
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = ListingTabs;
|
||||
module.exports = ListingTabs;
|
||||
|
@@ -27,4 +27,4 @@ if(container) {
|
||||
</Route>
|
||||
</Router>
|
||||
), container);
|
||||
}
|
||||
}
|
||||
|
@@ -26,4 +26,4 @@ if(container) {
|
||||
</Route>
|
||||
</Router>
|
||||
), container);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user