Adding ESLint for front part

This commit is contained in:
David Négrier 2020-04-04 16:16:20 +02:00
parent 6da843748e
commit ca3d113cad
4 changed files with 668 additions and 13 deletions

View file

@ -32,6 +32,10 @@ jobs:
API_URL: "http://localhost:8080"
working-directory: "front"
- name: "Lint"
run: yarn run lint
working-directory: "front"
continuous-integration-back:
name: "Continuous Integration Back"