mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-10 18:34:36 +00:00
bumped eslint
This commit is contained in:
@@ -68,7 +68,7 @@ export class PluginManagerService {
|
||||
map(plugins => plugins.filter(x => x.packageName.startsWith(namePrefix))),
|
||||
map(plugins => plugins.filter(x => !PLUGIN_BLACKLIST.includes(x.packageName))),
|
||||
map(plugins => {
|
||||
const mapping: Record<string, PluginInfo[]> = {}
|
||||
const mapping: Record<string, PluginInfo[]|undefined> = {}
|
||||
for (const p of plugins) {
|
||||
mapping[p.name] ??= []
|
||||
mapping[p.name].push(p)
|
||||
|
Reference in New Issue
Block a user