mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
37df5cdf4e
While we have absolutely no style-related expectations to our minified file, we do care that it's valid ES 5.1. This is now verified. Also, update grunt-eslint as a newer ESLint version is required to be able to use "extends" inside of the "overrides" section. Fixes gh-3075 Closes gh-4594 Ref gh-4598
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
external
|
|
node_modules
|
|
*.min.js
|
|
dist/**
|
|
!dist/jquery.js
|
|
!dist/jquery.min.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/data/core/jquery-iterability-transpiled.js
|