stable
Clone or download
Read-only
Rules that are set to warn has been transformed to error because currently in Tuleap ESLint warnings are completly ignored. Part of story #13730: display columns Change-Id: Icb9d2292e8901f942b5b7a60c94a28fa9ac0bb0b
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +51 | −2 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/index.ts | +1 | −0 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/api/rest-querier.test.ts | +2 | −2 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/api/rest-querier.ts | +10 | −11 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/App.test.ts | +5 | −5 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/RoadmapSection/RoadmapSection.test.ts | +2 | −2 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseBadges.test.ts | +8 | −8 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseBadges.vue | +14 | −5 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.test.ts | +6 | −6 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.vue | +6 | −3 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.test.ts | +6 | −4 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDisplayer.test.ts | +6 | −5 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.test.ts | +4 | −4 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.test.ts | +6 | −4 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.vue | +11 | −10 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.test.ts | +6 | −4 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.vue | +8 | −10 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/WhatsHotSection.test.ts | +2 | −2 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/store/actions.test.ts | +9 | −2 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/store/actions.ts | +53 | −7 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/store/mutations.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/type.d.ts | +1 | −9 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.vue | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardHeaderCell.vue | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/WrongColorPopover.vue | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.vue | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/helpers/vue-gettext-init.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/helpers/vue-gettext-init.ts | +2 | −2 | Go to diff View file |
D | src/www/themes/common/tlp/mocks/index.d.ts | +0 | −25 | Go to diff View file |
M | src/www/themes/common/tlp/mocks/tlp-fetch-mock-helper.d.ts | +4 | −4 | Go to diff View file |
M | src/www/themes/common/tlp/src/index.d.ts | +6 | −3 | Go to diff View file |