Adding rest of directories to eslint list
Этот коммит содержится в:
4
Makefile
4
Makefile
@@ -66,6 +66,10 @@ install:
|
|||||||
check: install
|
check: install
|
||||||
@echo Running ESLint...
|
@echo Running ESLint...
|
||||||
@$(ESLINT) web/react/components/*
|
@$(ESLINT) web/react/components/*
|
||||||
|
@$(ESLINT) web/react/dispatcher/*
|
||||||
|
@$(ESLINT) web/react/pages/*
|
||||||
|
@$(ESLINT) web/react/stores/*
|
||||||
|
@$(ESLINT) web/react/utils/*
|
||||||
|
|
||||||
test: install
|
test: install
|
||||||
@mkdir -p logs
|
@mkdir -p logs
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user