view client/tests/unit/.eslintrc.js @ 2275:a6cfa06c5983

client: pdf-gen: added cancel button Prevents the rendercomplete event to fire. Should be enough since rendering the map takes most of time of the process.
author Markus Kottlaender <markus@intevation.de>
date Fri, 15 Feb 2019 09:47:57 +0100
parents 3907a7b98067
children
line wrap: on
line source

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