view client/tests/unit/.eslintrc.js @ 3543:7219f4b097fe

merge with import_review
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 May 2019 09:35:52 +0200
parents 3907a7b98067
children
line wrap: on
line source

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