Skip to:
Content

BuddyPress.org

Changeset 9565


Ignore:
Timestamp:
02/28/2015 11:27:50 AM (9 years ago)
Author:
djpaul
Message:

Tools: remove deprecated and unsupported parameters from the JSHint configuration.

Re-instating support for these options will likely come with a switch to a different JS code linter.
See #6265 for details.

Fixes #6265, props netweb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.jshintrc

    r8377 r9565  
    88    "immed": true,
    99    "noarg": true,
    10     "onevar": true,
    1110    "quotmark": "single",
    12     "trailing": true,
    1311    "undef": true,
    1412    "unused": true,
Note: See TracChangeset for help on using the changeset viewer.