aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
Commit message (Collapse)AuthorAgeFilesLines
* Add onevar to jshintrc, but remove the option for linting the concatenated fileTimmy Willison2013-04-091-0/+1
|
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-11/+11
| | | | | | | | | | | | | | | | in tests. Fixes #13755. Conflicts: src/.jshintrc src/data.js test/unit/attributes.js test/unit/core.js test/unit/data.js test/unit/event.js test/unit/manipulation.js test/unit/queue.js test/unit/traversing.js test/unit/wrap.js
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-031-1/+3
|
* Remove the define.amd.jQuery check, close gh-1150.jrburke2013-04-031-0/+1
| | | | | | | Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3 Conflicts: src/exports.js
* Fix #13335. Remove "use strict".Dave Methvin2013-02-011-1/+0
|
* Make compatible with jshint, lint test/data. Close gh-1043.Timo Tijhof2012-12-061-30/+22
|
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-271-0/+1
|
* new JSHINT mixed spaces/tabs is smart enough to not warn on multiline ↵Mike Sherov2012-10-221-1/+0
| | | | comments, rendering smarttabs useless
* adds strict rule to jshint options (except for test files). "use strict" is ↵jaubourg2012-10-181-0/+2
| | | | added to the main jQuery closure and some "could-be-unsafe" `this` trickery in effects is silenced.
* no ticket: remove and enforce unused vars in jshintMike Sherov2012-10-171-0/+1
|
* Clean up jshintrc configs. Close gh-983.Mike Sherov2012-10-161-7/+7
|
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-1/+2
|
* Adjust jshint options to pass with closure 'sub' changesTimmy Willison2012-07-101-0/+1
|
* Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI ↵Rick Waldron2012-06-251-0/+27
loading method