bcgov/vue3-scaffold

View on GitHub
frontend/src/store/appStore.ts

Summary

Maintainability
A
1 hr
Test Coverage
C
70%

Showing 1 of 1 total issue

Function useAppStore has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useAppStore = defineStore('app', () => {
// State
const state: AppStoreState = {
loadingCalls: ref(0),
loadingInterval: ref(undefined),
Severity: Minor
Found in frontend/src/store/appStore.ts - About 1 hr to fix
    Category
    Status