{
    "exclude": [
        "(^www/)",
        "(^node_modules/)",
        "(^app/bower_components/)",
        "(^test/test-results.xml)",
        "(^test/runner.html)",
        "(^test/coverage/)",
        "(^app/scripts/config.js)",
        "(^fl-angular/)",
        "(^pattern-library/dest/)",
        "(^pattern-library/public/)"
    ],
    "linters": {
        "filename": {
            "type": "filename",
            "exclude": [
              "(@?x\\.png$)",
              "(@?x\\.gif$)"
            ]
        },
        "generated": {
            "type": "generated"
        },
        "javascript": {
            "type": "jshint",
            "include": "(\\.js$)",
            "exclude": [
              "(\\.min\\.js$)",
              "(^app/scripts/ext/)"
            ],
            "flags": [
                "--config=.jshintrc"
            ]
        },
        "json": {
            "type": "jsonlint",
            "include": [
                "(/\\.arcconfig$)",
                "(/\\.arclint$)",
                "(/\\.csslintrc)",
                "(/\\.jshintrc)",
                "(\\.json$)"
            ]
        },
        "merge-conflict": {
            "type": "merge-conflict"
        },
        "nolint": {
            "type": "nolint"
        },
        "spelling": {
            "type": "spelling"
        },
        "xml": {
            "type": "xml",
            "include": "(\\.xml$)"
        }
    }
}
