view client/tests/unit/.eslintrc.js @ 4484:819eafe60f41

Merged
author Sascha Wilde <wilde@intevation.de>
date Thu, 26 Sep 2019 12:16:23 +0200
parents 3907a7b98067
children
line wrap: on
line source

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