{ "parserOptions": { "ecmaVersion": 6, "sourceType": "script" }, "rules": { "indent": [ "warn", 2, { "SwitchCase": 1 } ] }, "env": { "browser": true, "node": true } }