{
    "ignorePatterns": ["**/vendor/**/*.js", "**/node_modules/**/*.js"],
    "rules": {
        "jquery-no-andSelf": 2,
        "jquery-no-bind-unbind": 2,
        "jquery-no-input-event-shorthand": 2,
        "jquery-no-delegate-undelegate": 2,
        "jquery-no-event-shorthand": 2,
        "jquery-no-size": 2,
        "jquery-no-trim": 2,
        "jquery-no-misc-deprecated-functions": 2,
        "jquery-no-deprecated-expr": 2
    }
}
