feat: separate prettier from eslint

This commit is contained in:
Rainer Killinger
2023-01-11 13:25:18 +01:00
committed by Thea Schöbl
parent 939fb6ef0f
commit a88d000ccd
381 changed files with 17952 additions and 38411 deletions

View File

@@ -57,6 +57,11 @@ lint:
script:
- npm run lint
format:
stage: build
script:
- npm run format:check
unit:
stage: test
script:
@@ -79,8 +84,8 @@ unit:
artifacts:
when: on_failure
paths:
- cypress/videos
- cypress/screenshots
- cypress/videos
- cypress/screenshots
.e2e-firefox:
image: registry.gitlab.com/openstapps/projectmanagement/cypress
@@ -90,8 +95,8 @@ unit:
artifacts:
when: on_failure
paths:
- cypress/videos
- cypress/screenshots
- cypress/videos
- cypress/screenshots
ui-chrome:
extends: .e2e-chrome