Skip to content

Commit 829cbb0

Browse files
committed
fix: eslint issue
1 parent 2a72cb1 commit 829cbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
const importedTrads = await Promise.all(
5252
locales.map(async (locale) => {
5353
try {
54-
// eslint-disable-next-line import/no-dynamic-require
54+
// eslint-disable-next-line import/no-dynamic-require, global-require
5555
const data = require(`./translations/${locale}.json`);
5656
return {
5757
data: prefixPluginTranslations(data, pluginId),

0 commit comments

Comments
 (0)