From c65a56b0e3511b67da23b22936254574d458377e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 9 Oct 2019 12:11:42 +0200 Subject: Fix eslint Signed-off-by: Joas Schilling --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2fdce1797..2571eeb71 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,11 @@ watch-js: cd vue/ && npm run watch lint: + npm run lint cd vue/ && npm run lint lint-fix: + npm run lint:fix cd vue/ && npm run lint:fix npm-init: npm-init-root npm-init-vue -- cgit v1.2.3