From 90bf85631de22a83649aa937ed5281aa99c8c37a Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 7 Jul 2016 17:29:24 -0400 Subject: Build: ignore cdn and slim files when linting --- .eslintignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index ce5917571..484ceeede 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,6 @@ external node_modules -dist/jquery.min.js +*.min.js test/data/jquery-1.9.1.js test/data/badcall.js test/data/badjson.js -- cgit v1.2.3