view client/tests/unit/.eslintrc.js @ 2068:5a898da60b87

dma added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 30 Jan 2019 15:43:08 +0100
parents 3907a7b98067
children
line wrap: on
line source

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