{ "extends": "airbnb", "plugins": ["angular"], "env": { "es6": true, "browser": true, "jasmine": true }, "ecmaFeatures": { "modules": true }, "globals": { "angular": true, "module": true, "inject": true }, "rules": { "linebreak-style": "off", "no-tabs": "off", "no-mixed-spaces-and-tabs": "error", "indent": ["error", "tab", { "SwitchCase": 1 }] } }