Use ESLint CLIEngine directly instead of gulp-eslint because it doesn't support caching yet.

Added new eslint-cli task with cache.
This commit is contained in:
Gunther Brunner
2016-01-20 23:15:56 +09:00
parent 6d46132b63
commit 42e9648da1
4 changed files with 38 additions and 3 deletions

View File

@@ -89,6 +89,7 @@
"chai": "^3.4.1",
"css-loader": "^0.23.1",
"del": "^2.0.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"event-stream": "^3.3.2",
"exports-loader": "^0.6.2",