Skip to:
Content

bbPress.org

Changeset 5336 for trunk/.jshintrc


Ignore:
Timestamp:
04/04/2014 12:11:50 AM (10 years ago)
Author:
netweb
Message:

In .jshintrc ignore undefined variables so grunt jshint task completes without error.
(reference variables created by WordPress dependencies or API's)

  • Props netweb. Fixes #2578
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.jshintrc

    r5272 r5336  
    1111    "quotmark": "single",
    1212    "trailing": true,
    13     "undef": true,
     13    "undef": false,
    1414    "unused": true,
    1515
Note: See TracChangeset for help on using the changeset viewer.