Skip to content

Commit 1754e31

Browse files
committedDec 19, 2016
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 jquerygh-3385
1 parent b3e0a56 commit 1754e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
external
22
node_modules
33
*.min.js
4+
dist/**
5+
!dist/jquery.js
46
test/data/jquery-1.9.1.js
57
test/data/badcall.js
68
test/data/badjson.js

0 commit comments

Comments
 (0)
Please sign in to comment.