chore: fix prettier configuration and run it

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-11-15 14:46:09 +01:00
parent 105d3b5814
commit c255ceacbb
4 changed files with 93 additions and 210 deletions

View File

@@ -67,7 +67,6 @@ lint-elixir:
reports:
codequality: codeclimate.json
lint-front:
image: node:20
stage: check
@@ -182,7 +181,7 @@ e2e:
- npx playwright test --project $BROWSER
parallel:
matrix:
- BROWSER: ['firefox', 'chromium']
- BROWSER: ["firefox", "chromium"]
artifacts:
expire_in: 2 days
paths:
@@ -268,7 +267,6 @@ build-and-push-to-latest-docker-tag:
- ARCH: ["arm64"]
ERL_FLAGS: ["ERL_FLAGS=+JMsingle true"]
# Don't push to latest when building beta/rc tags
build-and-push-docker-tag:
<<: *docker