aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
Commit message (Collapse)AuthorAgeFilesLines
* Build: remove deprecated JSHint optionsStephen Edgar2015-03-081-4/+1
| | | | | | JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-5/+8
| | | | in tests. Fixes #13755.
* Make compatible with jshint, lint test/data. Close gh-1043.Timo Tijhof2012-12-061-14/+12
|
* Clean up jshintrc configs. Close gh-983.Mike Sherov2012-10-161-10/+14
|
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-0/+1
|
* Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI ↵Rick Waldron2012-06-251-0/+11
loading method