{
    // Since this folder contains
    // third-party code, we're going
    // to turn off things that we don't
    // want to be fixing or reporting on
    // in these jQuery plugins.
    "rules": {
        "curly": 0,
        "eqeqeq": 0,
        "one-var": 0
    },

    "globals": {
        "jQuery": false
    }
}
