{ "root": true, "extends": "airbnb", "rules": { "indent": [2, 4, { "SwitchCase": 1, "VariableDeclarator": {"var": 2, "let": 2, "const": 3} }] } }