From: Bardi Harborow Date: Thu, 6 Oct 2016 03:12:24 +0000 (+1100) Subject: Fix Hound warnings for minified files. (#20446) X-Git-Tag: v4.0.0-alpha.5~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27c924f91cd35ba9a7891c1c82f9319f0fd40709;p=thirdparty%2Fbootstrap.git Fix Hound warnings for minified files. (#20446) --- diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000000..8e0f5225cf --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +**/*.min.js +**/vendor/* +**/dist/*