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 /.eslintignore | |
parent | c48ba0ad48d5daa3663aeb929967fa9fc0e8c4dc (diff) |
Using package.json to test lint instead
Exclude *.min.js from eslint
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..121531af --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +*.min.js |