summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbananaappletw2017-02-15 18:14:58 +0800
committerbananaappletw2017-02-15 19:11:53 +0800
commit4198d0d56060117e0806389f26eed4e65c4d37a6 (patch)
treeae379e6a4c59330080e9d4ee7394aa60508ef9f6 /Makefile
parente19712321fc9358429d5f2a67fb1e5556d08bbba (diff)
Add travis ci
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..b9afabe9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+lint:
+ @./node_modules/.bin/eslint .
+.PHONY: lint