mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
chore: update eslint to 9 (#1801)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#! /usr/bin/env node
|
||||
/* eslint no-underscore-dangle: 0 */
|
||||
import { globbySync } from 'globby';
|
||||
import { fileURLToPath } from 'url';
|
||||
import fs from 'fs';
|
||||
@@ -49,7 +50,6 @@ for (const fileName of LOCALES_FILES) {
|
||||
acc[key].locale = {};
|
||||
}
|
||||
acc[key].locale[locale] = content[curr].value;
|
||||
const localeObj = acc[key].locale[locale];
|
||||
return acc;
|
||||
}, merged);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user