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: