Updated lint step
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed

This commit is contained in:
Dominic Grimm 2022-02-02 17:32:56 +01:00
parent 14bb8be673
commit a3533edbd5
2 changed files with 2 additions and 5 deletions

View file

@ -54,8 +54,8 @@ steps:
image: node:alpine
commands:
- cd docker/frontend/
- yarn global add prettier eslint nextjs
- prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .
- yarn global add prettier
- prettier --ignore-path .gitignore --check --plugin-search-dir=. .
- name: build
image: tmaier/docker-compose
volumes:

View file

@ -1,3 +0,0 @@
{
"extends": "next/core-web-vitals"
}