chore(deps-dev): Bump the development-dependencies group across 1 directory with 15 updates #93
Annotations
10 errors and 10 warnings
Test:
app/src/__tests__/App.spec.ts#L177
A `require()` style import is forbidden
|
Test:
app/src/components/__tests__/ConfirmationDialog.spec.ts#L11
A `require()` style import is forbidden
|
Test:
app/src/components/__tests__/SetupMonitorDialog.spec.ts#L11
A `require()` style import is forbidden
|
Test:
app/src/composables/__test__/auth.spec.ts#L86
Unexpected any. Specify a different type
|
Test:
app/src/composables/__test__/auth.spec.ts#L87
Unexpected any. Specify a different type
|
Test:
app/src/composables/__test__/auth.spec.ts#L296
Expected an assignment or function call and instead saw an expression
|
Test:
app/src/repos/monitor-repo.ts#L12
Unexpected any. Specify a different type
|
Test:
app/src/repos/monitor-repo.ts#L74
Unexpected any. Specify a different type
|
Test:
app/src/repos/monitor-repo.ts#L76
Unexpected any. Specify a different type
|
Test:
app/src/utils/testing/fake-localstorage.ts#L2
Unexpected any. Specify a different type
|
Test:
app/src/App.vue#L2
':theme' should be on a new line
|
Test:
app/src/App.vue#L2
'with-background' should be on a new line
|
Test:
app/src/App.vue#L4
':mobile' should be on a new line
|
Test:
app/src/App.vue#L5
':height' should be on a new line
|
Test:
app/src/App.vue#L6
Require self-closing on Vue.js custom components (<v-img>)
|
Test:
app/src/App.vue#L14
Require self-closing on Vue.js custom components (<v-divider>)
|
Test:
app/src/App.vue#L16
'nav' should be on a new line
|
Test:
app/src/App.vue#L16
'v-model:opened' should be on a new line
|
Test:
app/src/App.vue#L16
Attribute "v-model:opened" should go before "nav"
|
Test:
app/src/App.vue#L24
Expected 1 line break after opening tag (`<v-list-item-title>`), but no line breaks found
|