getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

update .jshintrc #263

Closed neilberry001 closed 10 years ago

neilberry001 commented 10 years ago
{
    "bitwise": true,
    "eqeqeq": true,
    "eqnull": true,
    "immed": true,
    "newcap": true,
    "es5": true,
    "esnext": true,
    "camelcase": false,
    "latedef": true,
    "noarg": true,
    "node": true,
    "undef": true,
    "browser": true,
    "trailing": false,
    "jquery": true,
    "curly": true,
    "supernew": true,
    "es5": false,
    "globals": {
        "Backbone": true,
        "_": true,
        "jQuery": true,
        "Modernizr": true,
        "WebFontConfig": true,
        "tanlinellSiteDetails": true,
        "FastClick": true,
        "SITE": true,
        "AFontGarde": true
    }
}
nickwoodland commented 10 years ago

Addressed https://github.com/getdave/Tanlinell/commit/be1946c628d9212eefdaa18e2fae36609505828e

Closing.