stable
Clone or download
Read-only
part of request #39016 Vue 3 apps and libs should have Vue 3 eslint rules enabled No functional change expected in: - Project milestones widget - Project registration (new project) - Switch-to modal Why? It was previously enabled and was missed when changing the default configuration to Vue 3 in git #tuleap/stable/9b3452afa92f623e6ea54cf508b41c0b3ccc5cfe Change-Id: I5394259b73ffb8950d59f55bb29f8454f0d8a13a
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +1 | −0 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/PastSection/PastSection.vue | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesAllSprints.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesAllSprints.vue | +6 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayer.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayer.vue | +4 | −4 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOpenSprints.test.ts | +3 | −3 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOpenSprints.vue | +5 | −5 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprint.test.ts | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprint.vue | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDisplayer.test.ts | +3 | −3 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDisplayer.vue | +14 | −14 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.test.ts | +3 | −3 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.vue | +8 | −4 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/WhatsHotSection.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/WhatsHotSection.vue | +2 | −2 | Go to diff View file |
M | src/scripts/project-registration/src/components/Template/Advanced/FromUserExistingProject/FromExistingUserProjectTemplateCard.vue | +2 | −2 | Go to diff View file |
M | src/scripts/project-registration/src/components/Template/Advanced/FromUserExistingProject/UserProjectList.test.ts | +5 | −5 | Go to diff View file |
M | src/scripts/project-registration/src/components/Template/Advanced/FromUserExistingProject/UserProjectList.vue | +9 | −9 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/ItemEntry.test.ts | +15 | −15 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/ItemEntry.vue | +2 | −2 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/RecentItems/ListOfRecentItems.vue | +1 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResultsList.vue | +1 | −1 | Go to diff View file |