From 7938e006846448d2022f4a3cc1d0b1357b059ebe Mon Sep 17 00:00:00 2001 From: HF Date: Fri, 3 Jan 2020 14:01:57 +0100 Subject: [PATCH] add lint note to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c713b5db..c4c87f92 100644 --- a/README.md +++ b/README.md @@ -153,4 +153,6 @@ After=network.target mysql.service redis.service ### Development -Install packages that are just required for building with `yarn add --dev` others with `yarn add` +Install packages that are just required for building with `yarn add --dev` others with `yarn add. +Run `yarn run lint` to check for code errors and warnings. We have enough warnings already, just don't produce too many additional ones. +