From acabd448ae4716d5b48e6c4880c14a730cf89c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 25 Apr 2017 19:43:32 -0700 Subject: [PATCH] Ignore lru.js when running jshint tests This is third party module not present on cdnjs, requires es6 so jshint generates warnings --- .jshintignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .jshintignore diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 000000000..9a4c14fee --- /dev/null +++ b/.jshintignore @@ -0,0 +1 @@ +assets/static/lru.js