chore(Makefile): frontend-lint make fixable
This commit is contained in:
parent
2b3ce8e5ef
commit
c7c0f9ae08
2
Makefile
2
Makefile
@ -46,7 +46,7 @@ frontend-%: node_modules
|
|||||||
|
|
||||||
.PHONY: --frontend-lint
|
.PHONY: --frontend-lint
|
||||||
--frontend-lint: .eslintrc.json
|
--frontend-lint: .eslintrc.json
|
||||||
npx -- eslint frontend/src
|
npx -- eslint frontend/src $(FIX)
|
||||||
@echo Hooray! There are no hints.
|
@echo Hooray! There are no hints.
|
||||||
|
|
||||||
.PHONY: --frontend-test
|
.PHONY: --frontend-test
|
||||||
|
|||||||
Reference in New Issue
Block a user