extends: [eslint:recommended, google, plugin:jasmine/recommended] installedESLint: true plugins: - jasmine env: jasmine: true rules: indent: [error, 4] require-jsdoc: 0 no-undef: 0 max-len: 0 eqeqeq: 0 operator-linebreak: 0 radix: 0 guard-for-in: 0 camelcase: 0 default-case: 0 no-eq-null: 0