From e05430b93cc823a68c17274ce177b3dee5c031a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 11 Sep 2018 14:21:43 +0200 Subject: Migrate components to nextcloud repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 274f50a7..d8c4f33a 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,13 @@ lint: lint-fix: npm run lint:fix +# Style linting +stylelint: + npm run stylelint + +stylelint-fix: + npm run stylelint:fix + # Cleaning clean: rm -f js/contacts.js -- cgit v1.2.3