.eslintrc.yml 189 B

123456789101112
  1. rules:
  2. no-console: 0
  3. no-empty: [2, allowEmptyCatch: true]
  4. quotes: 0
  5. no-invalid-this: 0
  6. globals:
  7. describe: false
  8. it: false
  9. before: false
  10. beforeEach: false
  11. afterEach: false