enforce a few eslint rules

This commit is contained in:
JFH
2021-05-13 01:00:09 +02:00
parent 9a5292b467
commit d3974f8f17
148 changed files with 1402 additions and 1398 deletions

View File

@@ -84,5 +84,5 @@ export const putLocale = async function (givenParam, goodLangs) {
}
});
console.log(`Lang: ${i18next.t('lang')}`);
return {langParam, i18next};
return { langParam, i18next };
};