Skip to:
Content

bbPress.org

Changeset 5600


Ignore:
Timestamp:
01/24/2015 07:55:57 AM (11 years ago)
Author:
netweb
Message:

Remove trailing option from .jshintrc, as of JSHint v2.5 trailing is no longer an option.
See https://github.com/jshint/jshint/pull/1554
Fixes #2746

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.jshintrc

    r5336 r5600  
    1010    "onevar": true,
    1111    "quotmark": "single",
    12     "trailing": true,
    1312    "undef": false,
    1413    "unused": true,
Note: See TracChangeset for help on using the changeset viewer.