{ "env": { "browser": true, "es6": true }, "extends": ["openlayers", "angular"], "globals": { "angular": "readonly" }, "rules": { "angular/no-service-method": [ "warn" ], "angular/typecheck-array": "off", "angular/typecheck-date": "off", "angular/typecheck-function": "off", "angular/typecheck-number": "off", "angular/typecheck-object": "off", "angular/typecheck-string": "off" }, "overrides": [ { "files": [ "**/*.spec.js" ], "env": { "jasmine": true, "angular/mocks": true } } ] }