view client/tests/unit/.eslintrc.js @ 4001:bf86f9a08733

improve fairwaydiagram printing positioning
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 18 Jul 2019 15:04:30 +0200
parents 3907a7b98067
children
line wrap: on
line source

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