From 05791b83d12b1a119558deb76e54e281ffb0bcdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Sun, 11 Dec 2016 23:54:13 +0000 Subject: [PATCH] disable stylelint (for now) --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index 15261cad..e3bb55dc 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -58,7 +58,7 @@ clean: .PHONY: lint lint: $(bindir)/eslint . - -$(bindir)/stylelint './src/**/*.js' +# -$(bindir)/stylelint './src/components/**/*.js' .PHONY: lint-ci lint-ci: