]> source.dussan.org Git - jquery.git/commit
Build: Skip running ESLint on Node.js 0.x
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 11 Jul 2016 17:21:57 +0000 (19:21 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 13 Jul 2016 08:54:34 +0000 (10:54 +0200)
commit030191ae32dfcb7ecb2efb61d17a4964a3633e44
treedb1c9d42898238a3753b69969adb45c846ee8ab3
parent6e605afb1fb85dddf0e2b3563f5dee26cd77623e
Build: Skip running ESLint on Node.js 0.x

ESLint 3.0 drops support for Node.js older than 4.x. To be able to update
to this version and yet not block our contributors from building jQuery
on older Node.js (at least until it's supported by upstream) this commit
makes ESLint skipped on older Node; a proper message is displayed then.

Fixes gh-3222
Gruntfile.js