I'd really like to see the cascading functionality within a single .eslintrc file:
{
    "includes": "**/*.js",
    "rules": { "indent": [ 2, 4, { "SwitchCase": 1 }] },
    "children": [
        {
            // overrides the parent includes and excludes for these rules
            "includes": ["src/components/**/*.js", "src/routes/**/client.js"],
 "excludes": ["*.min.js"],