mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
disable stylelint (for now)
This commit is contained in:
parent
5bb7c1d19b
commit
05791b83d1
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user