Apply linter

This commit is contained in:
lowlighter
2021-02-17 14:17:14 +01:00
parent 404c643bcf
commit 104bddb71a

View File

@@ -27,7 +27,7 @@
Plugins[name] = await metadata.plugin({__plugins, name, logger})
}
//Reorder keys
const {base, core, ...plugins} = Plugins
const {base, core, ...plugins} = Plugins //eslint-disable-line no-unused-vars
Plugins = Object.fromEntries(Object.entries(Plugins).sort(([_an, a], [_bn, b]) => categories.indexOf(a.categorie) - categories.indexOf(b.categorie)))
//Load templates metadata