From 4e0a890d2c88155d8326776a4e3a2e377e50bfa4 Mon Sep 17 00:00:00 2001 From: natanloterio Date: Wed, 11 May 2022 14:35:49 +0100 Subject: [PATCH] Adds intruction to solve lint issues into README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2da31ca..94f4e75 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,11 @@ Launch the docker containers using docker-compose. ``` docker-compose up -d ``` +### Error solving +Run lint and let it try to solve syntax errors +``` +npm run lint +``` ## Images