view client/tests/unit/.eslintrc.js @ 2397:b95234702ee9

define stretch: omit call to sanitize. Should no longer be necessary since f6380bbdb853
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 27 Feb 2019 16:26:15 +0100
parents 3907a7b98067
children
line wrap: on
line source

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