mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
fix: apply fix from eslint
This commit is contained in:
@ -17,9 +17,7 @@ export const i18nImporter = () => {
|
||||
});
|
||||
|
||||
const srcPath = resolve(__dirname, '..', 'src');
|
||||
const plugins = globSync([
|
||||
'src/i18n/resources/*.json',
|
||||
]).map((path) => {
|
||||
const plugins = globSync(['src/i18n/resources/*.json']).map((path) => {
|
||||
const nameWithExt = basename(path);
|
||||
const name = nameWithExt.replace(extname(nameWithExt), '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user