---
rules:
  indent: [2, 2, { SwitchCase : 1 } ]
  no-invalid-this: 0
  no-empty: [2, allowEmptyCatch: true]

globals:
  describe: false
  it: false
  beforeEach: false
