mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
1754e315f8
This way `eslint .` run from the terminal will work regardless of ignored files present in the repository. Closes gh-3385
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
external
|
|
node_modules
|
|
*.min.js
|
|
dist/**
|
|
!dist/jquery.js
|
|
test/data/jquery-1.9.1.js
|
|
test/data/badcall.js
|
|
test/data/badjson.js
|
|
test/data/json_obj.js
|
|
test/data/readywaitasset.js
|
|
test/data/readywaitloader.js
|
|
test/data/support/csp.js
|
|
test/data/support/getComputedSupport.js
|
|
test/node_smoke_tests/lib/ensure_iterability.js
|