summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-28 11:57:25 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-28 11:57:25 -0400
commit3d94d047c00eecfaa5d61ce077aec33d6e25b3b3 (patch)
tree89fd7e2fed3e3605fbc8472b330b2c3235d48b43 /Makefile
parent18aaa9d175879abe09045d6022e5b6ddf1c4d910 (diff)
downloadchat-3d94d047c00eecfaa5d61ce077aec33d6e25b3b3.tar.gz
chat-3d94d047c00eecfaa5d61ce077aec33d6e25b3b3.tar.bz2
chat-3d94d047c00eecfaa5d61ce077aec33d6e25b3b3.zip
Adding rest of directories to eslint list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01986bf64..14a6ffc7d 100644
--- a/Makefile
+++ b/Makefile
@@ -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