jquery/build/tasks
Michał Gołębiowski-Owczarek d7e13f128a Build: ESLint: forbid unused function parameters
This commit requires all function parameters to be used, not just the last one.
In cases where that's not possible as we need to match an external API, there's
an escape hatch of prefixing an unused argument with `_`.

This change makes it easier to catch unused AMD dependencies and unused
parameters in internal functions the API of which we may change at will, among
other things.

Unused AMD dependencies have been removed as part of this commit.

Closes gh-4381

(cherry-picked from 438b1a3e8a)
2019-09-26 01:59:57 +02:00
..
lib Build: Drop cross-spawn, use child_process.spawn shell option 2017-09-25 19:27:50 +02:00
build.js Build: ESLint: forbid unused function parameters 2019-09-26 01:59:57 +02:00
dist.js Release: push a custom slim build to the CDN 2015-11-16 11:22:20 -05:00
node_smoke_tests.js Build: Update jsdom; migrate a test with Symbol polyfill to an iframe test 2019-03-04 18:30:51 +01:00
promises_aplus_tests.js Build: Make Promises/A+ tests use the dot reporter instead of the default 2019-03-11 16:06:17 +01:00
qunit_fixture.js Build: Remove manual QUnit fixture resetting 2019-03-11 17:25:48 +01:00
sourcemap.js Release: push a custom slim build to the CDN 2015-11-16 11:22:20 -05:00
testswarm.js Tests: Add simple tests for Android 2.3 2015-09-08 18:03:49 +02:00