add lint note to README

This commit is contained in:
HF 2020-01-03 14:01:57 +01:00
parent 11a9c11631
commit 7938e00684

View File

@ -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.