{ "extends": [ "airbnb", "angular", "plugin:jasmine/recommended" ], "plugins": [ "jasmine" ], "parser": "babel-eslint", "env": { "jasmine": true, "browser": true }, "rules": { "strict": "off", "no-underscore-dangle": "off", "no-param-reassign": ["error", { "props": false }], "angular/di": ["error", "$inject"], "angular/typecheck-number": "off", "angular/no-service-method": "off", "angular/log": "warn", "import/no-extraneous-dependencies": "off", "jasmine/no-spec-dupes": "off", "jasmine/no-focused-tests": "warn", "no-confusing-arrow": "off", "no-plusplus": "off", }, "parserOptions": { "sourceType": "module" }, "globals": { "moment": false, } }