view client/tests/unit/.eslintrc.js @ 1443:6b100f639178

removed blue borders from fairwayprofile and infobar
author Markus Kottlaender <markus@intevation.de>
date Fri, 30 Nov 2018 13:20:26 +0100
parents 3907a7b98067
children
line wrap: on
line source

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