mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
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:
parent
b3e0a56072
commit
1754e315f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user