diff options
author | bananaappletw | 2017-02-16 12:27:17 +0800 |
---|---|---|
committer | bananaappletw | 2017-02-16 13:05:46 +0800 |
commit | 40dfffd4f47a72549fb52d39a25c630551e761fc (patch) | |
tree | f76fd8ff38285c2558beafc6e5ec8f6a270d0e7b /Makefile | |
parent | c48ba0ad48d5daa3663aeb929967fa9fc0e8c4dc (diff) |
Using package.json to test lint instead
Exclude *.min.js from eslint
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index b9afabe9..00000000 --- a/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -lint: - @./node_modules/.bin/eslint . -.PHONY: lint |