aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-11-30 15:32:29 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-12-19 02:07:54 +0100
commit1754e315f8a7760bcdc162712d2be7fee058fdc2 (patch)
tree7a87700deb98af384dfee1c52f0933fa4e3d408c
parentb3e0a560723762036b7a2a9d5c99b7b3681cbbc6 (diff)
downloadjquery-1754e315f8a7760bcdc162712d2be7fee058fdc2.tar.gz
jquery-1754e315f8a7760bcdc162712d2be7fee058fdc2.zip
Build: Add most of the dist folder to .eslintignore
This way `eslint .` run from the terminal will work regardless of ignored files present in the repository. Closes gh-3385
-rw-r--r--.eslintignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 484ceeede..415493351 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,6 +1,8 @@
external
node_modules
*.min.js
+dist/**
+!dist/jquery.js
test/data/jquery-1.9.1.js
test/data/badcall.js
test/data/badjson.js