Skip to content

Commit 19ac884

Browse files
committed
chore: baseline what is not auto-fixable in legacy UI
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 9ac25c2 commit 19ac884

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

build/eslint-baseline-legacy.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"apps/files/src/components/FilesNavigationItem.vue": {
3+
"@nextcloud/vue/no-deprecated-props": {
4+
"count": 1
5+
}
6+
},
27
"apps/files/src/components/TransferOwnershipDialogue.vue": {
38
"@nextcloud/vue/no-deprecated-props": {
49
"count": 1
@@ -24,6 +29,11 @@
2429
"count": 1
2530
}
2631
},
32+
"apps/settings/src/components/GroupListItem.vue": {
33+
"@nextcloud/vue/no-deprecated-props": {
34+
"count": 1
35+
}
36+
},
2737
"apps/settings/src/components/Users/NewUserDialog.vue": {
2838
"@nextcloud/vue/no-deprecated-props": {
2939
"count": 1
@@ -32,12 +42,20 @@
3242
"count": 17
3343
}
3444
},
45+
"apps/settings/src/views/UserManagementNavigation.vue": {
46+
"@nextcloud/vue/no-deprecated-props": {
47+
"count": 4
48+
}
49+
},
3550
"apps/workflowengine/src/components/Check.vue": {
3651
"vue/no-mutating-props": {
3752
"count": 3
3853
}
3954
},
4055
"apps/workflowengine/src/components/Rule.vue": {
56+
"vue/multi-word-component-names": {
57+
"count": 1
58+
},
4159
"vue/no-mutating-props": {
4260
"count": 1
4361
}

build/eslint-baseline.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
{
2-
"apps/dav/src/components/AbsenceForm.vue": {
3-
"@nextcloud/vue/no-deprecated-props": {
4-
"count": 1
5-
}
6-
}
72
}

0 commit comments

Comments
 (0)