.eslintrc 99 B

123456
  1. globals:
  2. $: true
  3. expect: true
  4. rules:
  5. "no-new": "off"
  6. "no-labels": [2, {"allowLoop": true}]