disable stylelint (for now)

This commit is contained in:
Sérgio Ramos 2016-12-11 23:54:13 +00:00
parent 5bb7c1d19b
commit 05791b83d1

View File

@ -58,7 +58,7 @@ clean:
.PHONY: lint .PHONY: lint
lint: lint:
$(bindir)/eslint . $(bindir)/eslint .
-$(bindir)/stylelint './src/**/*.js' # -$(bindir)/stylelint './src/components/**/*.js'
.PHONY: lint-ci .PHONY: lint-ci
lint-ci: lint-ci: