From ff285b2d87d0777154c18d934cf45078900e2e3f Mon Sep 17 00:00:00 2001 From: christian2 Date: Mon, 4 May 2020 14:47:02 +0200 Subject: [PATCH] app as well as server --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10afef4..d5c8efc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -Source code contributions into `server/` should pass static code analysis as performed by `npm run lint`. +Source code contributions should pass static code analysis as performed by `npm run lint` in `server` and `app` respectively.