aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-10-06 14:12:24 +1100
committerMark Otto <[email protected]>2016-10-05 20:12:24 -0700
commit27c924f91cd35ba9a7891c1c82f9319f0fd40709 (patch)
tree26a49e87487229e027dc36e634913f99c64678bc
parent1ca6c9d7f1d15017c549dd1375ed98bf64404b33 (diff)
downloadbootstrap-27c924f91cd35ba9a7891c1c82f9319f0fd40709.tar.xz
bootstrap-27c924f91cd35ba9a7891c1c82f9319f0fd40709.zip
Fix Hound warnings for minified files. (#20446)
-rw-r--r--.eslintignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 000000000..8e0f5225c
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1,3 @@
+**/*.min.js
+**/vendor/*
+**/dist/*