]> source.dussan.org Git - jquery.git/commit
Build: Append .eslintignore paths to grunt eslint paths
authorEd Sanders <ejsanders@gmail.com>
Tue, 21 Apr 2020 11:43:52 +0000 (12:43 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 27 Jul 2020 19:14:05 +0000 (21:14 +0200)
commita22b43bad41592ec61e5fa0fcd2b3a3d44f8bfd3
tree27c3fc7a661cbd5d5fbaeeed6996d31ac07f2ee0
parente7b3bc488d01d584262e12a7c5c25f935d0d034b
Build: Append .eslintignore paths to grunt eslint paths

This allows us to turn off the `quiet` option which was suppressing warnings.
We can also set `maxWarnings` to 0 now that aren't any.

Closes gh-4689
Gruntfile.js