]> source.dussan.org Git - jquery.git/commit
Build: ESLint details 3148/head
authorOleg Gaidarenko <markelog@gmail.com>
Tue, 10 May 2016 09:12:28 +0000 (12:12 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Sat, 11 Jun 2016 07:41:33 +0000 (10:41 +0300)
commit58c6ca9822afa42d3b40cca8edb0abe90a2bcb34
treeeb8c4c93031b4f0d88ffe5d58af7d58337c7b116
parenta4474c9a0025095f82d734a9d7230eace2f08ef8
Build: ESLint details

Use eslint pragmas, fix new errors, etc

Closes gh-3148
46 files changed:
.eslintignore
.eslintrc
.gitignore
.jshintignore [deleted file]
Gruntfile.js
build/.eslintrc [deleted file]
build/release.js
build/tasks/build.js
build/tasks/lib/spawn_test.js
dist/.eslintrc [new file with mode: 0644]
package.json
src/.eslintrc
src/ajax.js
src/attributes/val.js
src/core.js
src/css/adjustCSS.js
src/data/var/acceptData.js
src/deferred.js
src/effects.js
src/exports/global.js
src/manipulation.js
src/selector.js
src/traversing/findFilter.js
src/wrapper.js
test/.eslintrc
test/data/testinit.js
test/node_smoke_tests/.eslintrc
test/node_smoke_tests/iterable_with_symbol_polyfill.js
test/node_smoke_tests/lib/ensure_iterability_es6.js
test/promises_aplus_adapters/.eslintrc
test/unit/ajax.js
test/unit/attributes.js
test/unit/core.js
test/unit/css.js
test/unit/data.js
test/unit/deferred.js
test/unit/deprecated.js
test/unit/dimensions.js
test/unit/effects.js
test/unit/event.js
test/unit/manipulation.js
test/unit/offset.js
test/unit/queue.js
test/unit/selector.js
test/unit/serialize.js
test/unit/wrap.js