view client/tests/unit/.eslintrc.js @ 4101:7afe411eeb48

import review: on opening bottleneckreview details, the bottleneck source is refreshed
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 26 Jul 2019 12:53:01 +0200
parents 3907a7b98067
children
line wrap: on
line source

module.exports = {
  env: {
    jest: true
  },
  rules: {
    "import/no-extraneous-dependencies": "off"
  }
};