view client/tests/unit/.eslintrc.js @ 2145:ba43b29e8694

agm: staging diff POC
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 07 Feb 2019 17:15:33 +0100
parents 3907a7b98067
children
line wrap: on
line source

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