diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-01-21 13:51:03 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-01-21 14:06:42 +0100 |
commit | 37df5cdf4e79d81448706c6e7d85d1fdaff48a1e (patch) | |
tree | 694ccc7ae94fb17d48b7ce95d6026349684f0b18 /.eslintignore | |
parent | 46c284b12b4ac89727b1b7a0d5497bc9149cc2af (diff) | |
download | jquery-37df5cdf4e79d81448706c6e7d85d1fdaff48a1e.tar.gz jquery-37df5cdf4e79d81448706c6e7d85d1fdaff48a1e.zip |
Build: Lint the minified jQuery file as well
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
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 3ee82bba3..2d52f5cda 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,6 +3,7 @@ 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 |