From deeee41bbc78f91b26843454894d545acaa39aaf Mon Sep 17 00:00:00 2001 From: timcui Date: Mon, 28 May 2018 21:45:48 +0800 Subject: [PATCH] chore: ignore wwwroot dir eslint --- .eslintignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 0317951e..820df883 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1 @@ -bin/wwwroot/**/highlight-tsw.js -bin/wwwroot/**/zepto.min.js +bin/wwwroot/**/*.js