extends: [eslint:recommended, google, plugin:jasmine/recommended]
parserOptions:
    ecmaVersion: 2017
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
    no-console: 0
    no-warning-comments: 0
    no-empty: [error, allowEmptyCatch: true]