xcv58/Tab-Manager-v2

View on GitHub
packages/extension/src/js/stores/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Invalid

if (process.env.TARGET_BROWSER === 'firefox') {
const ContainerStore = require('./ContainerStore').default
this.containerStore = new ContainerStore(this)
}
Severity: Minor
Found in packages/extension/src/js/stores/index.tsx and 1 other location - About 40 mins to fix
packages/extension/src/js/stores/index.tsx on lines 60..63

Similar blocks of code found in 2 locations. Consider refactoring.
Invalid

if (process.env.TARGET_BROWSER === 'chrome') {
const TabGroupStore = require('./TabGroupStore').default
this.tabGroupStore = new TabGroupStore(this)
}
Severity: Minor
Found in packages/extension/src/js/stores/index.tsx and 1 other location - About 40 mins to fix
packages/extension/src/js/stores/index.tsx on lines 56..59

There are no issues that match your filters.

Category
Status