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 /.editorconfig | |
parent | c48ba0ad48d5daa3663aeb929967fa9fc0e8c4dc (diff) |
Using package.json to test lint instead
Exclude *.min.js from eslint
Diffstat (limited to '')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index ff999c4d..619c178d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,5 +13,3 @@ trim_trailing_whitespace = false [{.travis.yml,npm-shrinkwrap.json,package.json}] indent_style = space indent_size = 2 -[Makefile] -indent_style = tab |