Fix ES6 no-extra-semi eslint rule [MAILPOET-1030]

This commit is contained in:
stoletniy
2017-09-04 09:25:12 +03:00
committed by pavel-mailpoet
parent efece061d0
commit ec44b84cc9
6 changed files with 5 additions and 6 deletions

View File

@ -42,6 +42,6 @@ function KnowledgeBase() {
{printData(data)}
</div>
);
};
}
module.exports = KnowledgeBase;