Adding rest of directories to eslint list

Этот коммит содержится в:
Christopher Speller
2015-07-28 11:57:25 -04:00
родитель 18aaa9d175
Коммит 3d94d047c0

Просмотреть файл

@@ -66,6 +66,10 @@ install:
check: install
@echo Running ESLint...
@$(ESLINT) web/react/components/*
@$(ESLINT) web/react/dispatcher/*
@$(ESLINT) web/react/pages/*
@$(ESLINT) web/react/stores/*
@$(ESLINT) web/react/utils/*
test: install
@mkdir -p logs