mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 22:17:00 +02:00
chore(v2): Fix more linter warnings (#4450)
This commit is contained in:
parent
3422f80a9a
commit
83d043ecb3
27 changed files with 116 additions and 85 deletions
|
@ -197,6 +197,7 @@ async function updateCodeTranslations() {
|
|||
const {baseFile, localesFiles} = await getCodeTranslationFiles();
|
||||
const baseFileMessages = await updateBaseFile(baseFile);
|
||||
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
for (const localeFile of localesFiles) {
|
||||
logSection(`Will update ${path.basename(localeFile)}`);
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue