{ "env": { "node": true, "browser": true, "jasmine": true, "protractor": true, "jquery": true, "es6": true }, "parserOptions": { "ecmaVersion": 8 }, "extends": "eslint:recommended", "rules": { "indent": [ "warn", 2 ], "quotes": [ "warn", "single" ], "semi": "warn", "no-useless-escape": "off", "no-octal": "off" }, "globals": { "sap": true, "protractorModule": true, "Reporter": true } }