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
This commit is contained in:
Michał Gołębiowski 2016-11-30 15:32:29 +01:00
parent b3e0a56072
commit 1754e315f8

View File

@ -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